@Address(value="/subsystem=undertow/configuration=handler/reverse-proxy=*/host=*") public class Host<T extends Host<T>> extends HashMap implements Keyed
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 void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="instance-id") public String instanceId()
public T instanceId(String value)
@ModelNodeBinding(detypedName="outbound-socket-binding") public String outboundSocketBinding()
public T outboundSocketBinding(String value)
@ModelNodeBinding(detypedName="path") public String path()
@ModelNodeBinding(detypedName="scheme") public String scheme()
@ModelNodeBinding(detypedName="security-realm") public String securityRealm()
Copyright © 2016 JBoss by Red Hat. All rights reserved.