XNIO version 1.2.0.GA

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 version 1.2.0.GA

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