public class ServerSslSniContext<T extends ServerSslSniContext<T>> extends Object
Constructor and Description |
---|
ServerSslSniContext(String key) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
defaultSslContext()
The context to use if no SNI information is present, or if it does not
match any mappings
|
T |
defaultSslContext(String value)
The context to use if no SNI information is present, or if it does not
match any mappings
|
String |
getKey() |
Map |
hostContextMap()
A mapping between a server name and an SSContext
|
T |
hostContextMap(Map value)
A mapping between a server name and an SSContext
|
T |
hostContextMap(String key,
Object value)
A mapping between a server name and an SSContext
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
public ServerSslSniContext(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String defaultSslContext()
public T defaultSslContext(String value)
public Map hostContextMap()
Copyright © 2019 JBoss by Red Hat. All rights reserved.