XNIO version 1.0.0.GA

org.jboss.xnio.channels
Interface BoundChannel<A>

Type Parameters:
A - the type of address associated with this channel
All Superinterfaces:
Channel, Closeable
All Known Subinterfaces:
ConnectedChannel<A>, ConnectedStreamChannel<A>, DatagramChannel<A>, MultipointDatagramChannel<A>, TcpChannel, UdpChannel

public interface BoundChannel<A>
extends Channel

A channel that is bound to a local address.


Method Summary
 A getLocalAddress()
          Get the local address that this channel is bound to.
 
Methods inherited from interface java.nio.channels.Channel
close, isOpen
 

Method Detail

getLocalAddress

A getLocalAddress()
Get the local address that this channel is bound to.

Returns:
the local address

XNIO version 1.0.0.GA

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