Uses of Class
org.jboss.netty.channel.AbstractChannel
Packages that use AbstractChannel
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
A virtual transport that enables the communication between the two
parties in the same virtual machine.
An HTTP-based client-side
SocketChannel
and its corresponding server-side Servlet implementation that make your
existing server application work in a firewalled network.NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
Old blocking I/O based socket channel API implementation - recommended for
a small number of connections (< 1000).
A helper that wraps an encoder or a decoder so that they can be used without
doing actual I/O in unit tests or higher level codecs.
-
Uses of AbstractChannel in org.jboss.netty.channel
Subclasses of AbstractChannel in org.jboss.netty.channelFields in org.jboss.netty.channel with type parameters of type AbstractChannelModifier and TypeFieldDescriptionprivate static final AtomicIntegerFieldUpdater<AbstractChannel>
AbstractChannel.UNWRITABLE_UPDATER
-
Uses of AbstractChannel in org.jboss.netty.channel.local
Subclasses of AbstractChannel in org.jboss.netty.channel.localModifier and TypeClassDescription(package private) final class
(package private) final class
-
Uses of AbstractChannel in org.jboss.netty.channel.socket.http
Subclasses of AbstractChannel in org.jboss.netty.channel.socket.http -
Uses of AbstractChannel in org.jboss.netty.channel.socket.nio
Subclasses of AbstractChannel in org.jboss.netty.channel.socket.nioModifier and TypeClassDescription(package private) class
AbstractNioChannel<C extends SelectableChannel & WritableByteChannel>
(package private) final class
(package private) final class
class
Provides an NIO basedDatagramChannel
.(package private) class
class
-
Uses of AbstractChannel in org.jboss.netty.channel.socket.oio
Subclasses of AbstractChannel in org.jboss.netty.channel.socket.oioModifier and TypeClassDescription(package private) class
(package private) class
(package private) class
(package private) final class
(package private) class
(package private) class
-
Uses of AbstractChannel in org.jboss.netty.handler.codec.embedder
Subclasses of AbstractChannel in org.jboss.netty.handler.codec.embedderModifier and TypeClassDescription(package private) class
TODO Make EmbeddedChannel implement ChannelConfig and ChannelSink to reduce overhead.