public static class SNIContextMatcher.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SNIContextMatcher.Builder |
addMatch(String name,
SSLContext context) |
SNIContextMatcher |
build() |
SSLContext |
getDefaultContext() |
SNIContextMatcher.Builder |
setDefaultContext(SSLContext defaultContext) |
public SNIContextMatcher build()
public SSLContext getDefaultContext()
public SNIContextMatcher.Builder setDefaultContext(SSLContext defaultContext)
public SNIContextMatcher.Builder addMatch(String name, SSLContext context)
Copyright © 2019 JBoss by Red Hat. All rights reserved.