public class Host<T extends Host<T>> extends Object
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
Boolean |
enableHttp2()
If this is true then the proxy will attempt to use HTTP/2 to connect to
the backend.
|
T |
enableHttp2(Boolean value)
If this is true then the proxy will attempt to use HTTP/2 to connect to
the backend.
|
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
|
String |
sslContext()
Reference to the SSLContext to be used by this handler.
|
T |
sslContext(String value)
Reference to the SSLContext to be used by this handler.
|
public Host(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Boolean enableHttp2()
public T enableHttp2(Boolean value)
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()
public T securityRealm(String value)
public String sslContext()
Copyright © 2019 JBoss by Red Hat. All rights reserved.