public class OutboundBindAddress<T extends OutboundBindAddress<T>> extends Object
Constructor and Description |
---|
OutboundBindAddress(String key) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
bindAddress()
The address to bind to when the destination address matches
|
T |
bindAddress(String value)
The address to bind to when the destination address matches
|
Integer |
bindPort()
The port number to bind to when the destination address matches
|
T |
bindPort(Integer value)
The port number to bind to when the destination address matches
|
String |
getKey() |
String |
match()
The destination address range to match
|
T |
match(String value)
The destination address range to match
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
public OutboundBindAddress(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String bindAddress()
public T bindAddress(String value)
public Integer bindPort()
public T bindPort(Integer value)
public String match()
Copyright © 2019 JBoss by Red Hat. All rights reserved.