org.jboss.xnio.management
Interface InetConnected

All Superinterfaces:
InetBound
All Known Subinterfaces:
TcpConnectionMBean
All Known Implementing Classes:
NioTcpChannel.MBean

public interface InetConnected
extends InetBound

A managed object that is connected to a socket address.

Since:
1.2

Method Summary
 java.net.SocketAddress getPeerAddress()
          Get the peer address.
 
Methods inherited from interface org.jboss.xnio.management.InetBound
getBindAddress
 

Method Detail

getPeerAddress

java.net.SocketAddress getPeerAddress()
Get the peer address.

Returns:
the peer address