Package org.jboss.modcluster.config.impl
Class ProxyConfigurationImpl
java.lang.Object
org.jboss.modcluster.config.impl.ProxyConfigurationImpl
- All Implemented Interfaces:
 ProxyConfiguration
- Author:
 - Radoslav Husar
 
- 
Constructor Summary
ConstructorsConstructorDescriptionProxyConfigurationImpl(InetSocketAddress remoteAddress) ProxyConfigurationImpl(InetSocketAddress remoteAddress, InetSocketAddress localAddress)  - 
Method Summary
Modifier and TypeMethodDescriptionReturns the local address to bind to for connecting to the proxy, ifnullthe default will be used, if port is0an ephemeral port is used.Returns the remote address of the proxy. 
- 
Constructor Details
- 
ProxyConfigurationImpl
 - 
ProxyConfigurationImpl
 
 - 
 - 
Method Details
- 
getRemoteAddress
Description copied from interface:ProxyConfigurationReturns the remote address of the proxy.- Specified by:
 getRemoteAddressin interfaceProxyConfiguration- Returns:
 - remote address of the proxy
 
 - 
getLocalAddress
Description copied from interface:ProxyConfigurationReturns the local address to bind to for connecting to the proxy, ifnullthe default will be used, if port is0an ephemeral port is used.- Specified by:
 getLocalAddressin interfaceProxyConfiguration- Returns:
 - local address to bind to for connecting to the proxy
 
 
 -