Package org.jboss.modcluster.config
Interface ProxyConfiguration
-
- All Known Implementing Classes:
ProxyConfigurationImpl
public interface ProxyConfigurationProxy configuration with destination address and optional local address to bind to.- Since:
- 1.3.1.Final
- Author:
- Radoslav Husar
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InetSocketAddressgetLocalAddress()Returns the local address to bind to for connecting to the proxy, ifnullthe default will be used, if port is0an ephemeral port is used.InetSocketAddressgetRemoteAddress()Returns the remote address of the proxy.
-
-
-
Method Detail
-
getRemoteAddress
InetSocketAddress getRemoteAddress()
Returns the remote address of the proxy.- Returns:
- remote address of the proxy
-
getLocalAddress
InetSocketAddress getLocalAddress()
Returns the local address to bind to for connecting to the proxy, ifnullthe default will be used, if port is0an ephemeral port is used.- Returns:
- local address to bind to for connecting to the proxy
-
-