XNIO API 2.0.2.GA

org.jboss.xnio.management
Interface InetBound

All Known Subinterfaces:
InetConnected, TcpConnectionMBean, TcpServerMBean.Listener, UdpServerMBean.Channel

public interface InetBound

A managed object that is bound to a socket address.

Since:
1.2

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

Method Detail

getBindAddress

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

Returns:
the bind address

XNIO API 2.0.2.GA

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