XNIO API 2.1.0.CR2

org.jboss.xnio.management
Interface InetConnected

All Superinterfaces:
InetBound
All Known Subinterfaces:
TcpConnectionMBean

public interface InetConnected
extends InetBound

A managed object that is connected to a socket address.

Since:
1.2

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

Method Detail

getPeerAddress

SocketAddress getPeerAddress()
Get the peer address.

Returns:
the peer address

XNIO API 2.1.0.CR2

Copyright © 2010 JBoss, a division of Red Hat, Inc.