org.jboss.xnio.management
Interface InetBound

All Known Subinterfaces:
InetConnected, TcpConnectionMBean, TcpServerMBean.Listener, UdpServerMBean.Channel
All Known Implementing Classes:
NioTcpChannel.MBean

public interface InetBound

A managed object that is bound to a socket address.

Since:
1.2

Method Summary
 java.net.SocketAddress getBindAddress()
          Get the bind address.
 

Method Detail

getBindAddress

java.net.SocketAddress getBindAddress()
Get the bind address.

Returns:
the bind address