org.jboss.xnio
Interface TcpChannelDestination

All Superinterfaces:
ChannelDestination<java.net.SocketAddress,TcpChannel>
All Known Subinterfaces:
CloseableTcpChannelDestination

public interface TcpChannelDestination
extends ChannelDestination<java.net.SocketAddress,TcpChannel>

A channel destination specifically for accepting TCP connections from remote clients.

Since:
1.2

Method Summary
 
Methods inherited from interface org.jboss.xnio.ChannelDestination
accept