XNIO API 2.0.2.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
 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

XNIO API 2.0.2.GA

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