public class Host<T extends Host<T>> extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
String |
instanceId()
The instance id (aka JVM route) that will be used to enable sticky
sessions
|
T |
instanceId(String value)
The instance id (aka JVM route) that will be used to enable sticky
sessions
|
String |
outboundSocketBinding()
Outbound socket binding for this host
|
T |
outboundSocketBinding(String value)
Outbound socket binding for this host
|
String |
path()
Optional path if host is using non root resource
|
T |
path(String value)
Optional path if host is using non root resource
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
String |
scheme()
What kind of scheme is used
|
T |
scheme(String value)
What kind of scheme is used
|
String |
securityRealm()
The security realm that provides the SSL configuration for the connection
to the host
|
T |
securityRealm(String value)
The security realm that provides the SSL configuration for the connection
to the host
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic Host(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String instanceId()
public T instanceId(String value)
public String outboundSocketBinding()
public T outboundSocketBinding(String value)
public String path()
public String scheme()
public String securityRealm()
Copyright © 2017 JBoss by Red Hat. All rights reserved.