Package org.wildfly.security.ssl
Class SNIContextMatcher.Builder
java.lang.Object
org.wildfly.security.ssl.SNIContextMatcher.Builder
- Enclosing class:
- SNIContextMatcher
A class which allows building and configuration SNIContextMatcher. The builder, at minimum requres a default SSLContext.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddMatch(String name, SSLContext context) build()setDefaultContext(SSLContext defaultContext)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
getDefaultContext
-
setDefaultContext
-
addMatch
-