Package org.wildfly.security.ssl
Class SNIContextMatcher.Builder
- java.lang.Object
- 
- org.wildfly.security.ssl.SNIContextMatcher.Builder
 
- 
- Enclosing class:
- SNIContextMatcher
 
 public static class SNIContextMatcher.Builder extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description private SSLContextdefaultContextprivate Map<SNIMatcher,SSLContext>exactsprivate Map<SNIMatcher,SSLContext>wildcards
 - 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SNIContextMatcher.BuilderaddMatch(String name, SSLContext context)SNIContextMatcherbuild()SSLContextgetDefaultContext()SNIContextMatcher.BuildersetDefaultContext(SSLContext defaultContext)
 
- 
- 
- 
Field Detail- 
defaultContextprivate SSLContext defaultContext 
 - 
wildcardsprivate final Map<SNIMatcher,SSLContext> wildcards 
 - 
exactsprivate final Map<SNIMatcher,SSLContext> exacts 
 
- 
 - 
Method Detail- 
buildpublic SNIContextMatcher build() 
 - 
getDefaultContextpublic SSLContext getDefaultContext() 
 - 
setDefaultContextpublic SNIContextMatcher.Builder setDefaultContext(SSLContext defaultContext) 
 - 
addMatchpublic SNIContextMatcher.Builder addMatch(String name, SSLContext context) 
 
- 
 
-