Uses of Class
org.jboss.netty.channel.AbstractChannel
-
Packages that use AbstractChannel Package Description org.jboss.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.org.jboss.netty.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000). -
-
Uses of AbstractChannel in org.jboss.netty.channel
Subclasses of AbstractChannel in org.jboss.netty.channel Modifier and Type Class Description class
AbstractServerChannel
A skeletal server-sideChannel
implementation. -
Uses of AbstractChannel in org.jboss.netty.channel.socket.nio
Subclasses of AbstractChannel in org.jboss.netty.channel.socket.nio Modifier and Type Class Description class
NioDatagramChannel
Provides an NIO basedDatagramChannel
.class
NioSocketChannel
-