Package org.wildfly.security.ssl
Class SNIContextMatcher
- java.lang.Object
 - 
- org.wildfly.security.ssl.SNIContextMatcher
 
 
- 
public class SNIContextMatcher extends Object
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSNIContextMatcher.Builder 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SSLContextgetContext(List<SNIServerName> servers)SSLContextgetDefaultContext() 
 - 
 
- 
- 
Method Detail
- 
getContext
public SSLContext getContext(List<SNIServerName> servers)
 
- 
getDefaultContext
public SSLContext getDefaultContext()
 
 - 
 
 -