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 class
SNIContextMatcher.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SSLContext
getContext(List<SNIServerName> servers)
SSLContext
getDefaultContext()
-
-
-
Method Detail
-
getContext
public SSLContext getContext(List<SNIServerName> servers)
-
getDefaultContext
public SSLContext getDefaultContext()
-
-