Uses of Package
org.jboss.netty.channel
Packages that use org.jboss.netty.channel
Package
Description
IoC/DI friendly helper classes which enable an easy implementation of
typical client side and server side channel initialization.
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
A channel registry which helps a user maintain the list of open
Channels and perform bulk operations on them.A virtual transport that enables the communication between the two
parties in the same virtual machine.
Abstract TCP and UDP socket interfaces which extend the core channel API.
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).
This package is intended for use with testing against the Python
AutoBahn test suite.
This is an example web service client.
This package contains an example web socket web server.
Encoder and decoder which transform a
Base64-encoded
String or ChannelBuffer
into a decoded ChannelBuffer and vice versa.Encoder and decoder which compresses and decompresses
ChannelBuffers
in a compression format such as zlib
and gzip.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.
Extensible decoder and its common implementations which deal with the
packet fragmentation and reassembly issue found in a stream-based transport
such as TCP/IP.
Encoder, decoder and their related message types for HTTP.
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
Decoder and Encoder which uses JBoss Marshalling.
Simplistic abstract classes which help implement encoder and decoder that
transform an object into another object and vice versa.
Encoder and decoder which transform a
Google Protocol Buffers
Message into a ChannelBuffer
and vice versa.Specialized variation of
FrameDecoder
which enables implementation of a non-blocking decoder in the blocking I/O
paradigm.An RTSP
extension based on the HTTP codec.
Encoder, decoder and their compatibility stream implementations which
transform a
Serializable object into a byte buffer and
vice versa.Encoder, decoder and their related message types for Socks.
Encoder, decoder, session handler and their related message types for the SPDY protocol.
Encoder and decoder which transform a
String into a
ChannelBuffer and vice versa.Executor-based implementation of various
thread models that separate business logic from I/O threadsImplementation of a Ip based Filter handlers.
Logs a
ChannelEvent for debugging purpose
using an InternalLogger.The special-purpose handlers that store an event into an internal queue
instead of propagating the event immediately.
Writes very large data stream asynchronously neither spending a lot of
memory nor getting
OutOfMemoryError.Adds support for read and write timeout and idle connection notification
using a
Timer.Implementation of a Traffic Shaping Handler and Dynamic Statistics.
-
Classes in org.jboss.netty.channel used by org.jboss.netty.bootstrapClassDescriptionA nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.The main interface to a transport that creates a
Channelassociated with a certain communication entity such as a network socket.The result of an asynchronousChannelI/O operation.Handles or intercepts aChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.Creates a newChannelPipelinefor a newChannel.AChannelEventwhich represents the change of theChannelstate.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelEventwhich represents the notification of the state of a childChannel.The defaultChannelFutureimplementation.AChannelEventwhich represents the notification of an exception raised by aChannelHandleror an I/O thread.AChannelUpstreamHandlerwhich provides an individual handler method for each event type. -
Classes in org.jboss.netty.channel used by org.jboss.netty.channelClassDescriptionA skeletal
Channelimplementation.A nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.A set of configuration properties of aChannel.Handles or intercepts a downstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.An I/O event or I/O request associated with aChannel.ARuntimeExceptionwhich is thrown when an I/O operation fails.The main interface to a transport that creates aChannelassociated with a certain communication entity such as a network socket.The result of an asynchronousChannelI/O operation.Listens to the result of aChannelFuture.Listens to the progress of a time-consuming I/O operation such as a large file transfer.Handles or intercepts aChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.AChannelExceptionwhich is thrown when aChannelPipelinefailed to process aChannelEventor when aChannelPipelineFactoryfailed to initialize aChannelPipeline.Creates a newChannelPipelinefor a newChannel.Receives and processes the terminal downstreamChannelEvents.The current or future state of aChannel.AChannelEventwhich represents the change of theChannelstate.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelEventwhich represents the notification of the state of a childChannel.A skeletalChannelFutureimplementation which represents aChannelFuturewhich has been completed already.The defaultChannelFutureimplementation.AChannelEventwhich represents the notification of an exception raised by aChannelHandleror an I/O thread.A region of a file that is sent via aChannelwhich supports zero-copy file transfer.AChannelEventwhich represents the transmission or reception of a message.Predicts the number of readable bytes in the receive buffer of aChannel.Creates a newReceiveBufferSizePredictor.AChannelEventwhich represents the notification of the completion of a write request on aChannel. -
Classes in org.jboss.netty.channel used by org.jboss.netty.channel.groupClassDescriptionA nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.The result of an asynchronous
ChannelI/O operation.Listens to the result of aChannelFuture. -
Classes in org.jboss.netty.channel used by org.jboss.netty.channel.localClassDescriptionA skeletal
Channelimplementation.A skeletalChannelSinkimplementation.A skeletal server-sideChannelimplementation.A nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.A set of configuration properties of aChannel.An I/O event or I/O request associated with aChannel.The main interface to a transport that creates aChannelassociated with a certain communication entity such as a network socket.The result of an asynchronousChannelI/O operation.Receives and processes the terminal downstreamChannelEvents.AChannelEventwhich represents the transmission or reception of a message.AChannelFactorythat creates aServerChannel. -
Classes in org.jboss.netty.channel used by org.jboss.netty.channel.socketClassDescriptionA nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.A set of configuration properties of a
Channel.The main interface to a transport that creates aChannelassociated with a certain communication entity such as a network socket.The result of an asynchronousChannelI/O operation.The defaultSocketChannelConfigimplementation.The defaultChannelFutureimplementation.The defaultServerSocketChannelConfigimplementation.Predicts the number of readable bytes in the receive buffer of aChannel.Creates a newReceiveBufferSizePredictor.AChannelFactorythat creates aServerChannel. -
Classes in org.jboss.netty.channel used by org.jboss.netty.channel.socket.httpClassDescriptionA skeletal
Channelimplementation.A skeletalChannelSinkimplementation.A nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.A set of configuration properties of aChannel.An I/O event or I/O request associated with aChannel.The main interface to a transport that creates aChannelassociated with a certain communication entity such as a network socket.The result of an asynchronousChannelI/O operation.Handles or intercepts aChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.Creates a newChannelPipelinefor a newChannel.Receives and processes the terminal downstreamChannelEvents.AChannelEventwhich represents the change of theChannelstate.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelEventwhich represents the notification of an exception raised by aChannelHandleror an I/O thread.AChannelEventwhich represents the transmission or reception of a message.AChannelUpstreamHandlerwhich provides an individual handler method for each event type. -
Classes in org.jboss.netty.channel used by org.jboss.netty.channel.socket.nioClassDescriptionA skeletal
Channelimplementation.A skeletalChannelSinkimplementation.A skeletal server-sideChannelimplementation.A nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.A set of configuration properties of aChannel.An I/O event or I/O request associated with aChannel.The main interface to a transport that creates aChannelassociated with a certain communication entity such as a network socket.The result of an asynchronousChannelI/O operation.Receives and processes the terminal downstreamChannelEvents.The defaultSocketChannelConfigimplementation.A region of a file that is sent via aChannelwhich supports zero-copy file transfer.AChannelEventwhich represents the transmission or reception of a message.Predicts the number of readable bytes in the receive buffer of aChannel.Creates a newReceiveBufferSizePredictor.AChannelFactorythat creates aServerChannel. -
Classes in org.jboss.netty.channel used by org.jboss.netty.channel.socket.oioClassDescriptionA skeletal
Channelimplementation.A skeletalChannelSinkimplementation.A skeletal server-sideChannelimplementation.A nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.An I/O event or I/O request associated with aChannel.The main interface to a transport that creates aChannelassociated with a certain communication entity such as a network socket.The result of an asynchronousChannelI/O operation.Receives and processes the terminal downstreamChannelEvents.AChannelFactorythat creates aServerChannel. -
Classes in org.jboss.netty.channel used by org.jboss.netty.example.discardClassDescriptionAn I/O event or I/O request associated with a
Channel.Handles or intercepts aChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.AChannelEventwhich represents the change of theChannelstate.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelEventwhich represents the notification of an exception raised by aChannelHandleror an I/O thread.AChannelEventwhich represents the transmission or reception of a message.AChannelUpstreamHandlerwhich provides an individual handler method for each event type.AChannelEventwhich represents the notification of the completion of a write request on aChannel. -
Classes in org.jboss.netty.channel used by org.jboss.netty.example.echoClassDescriptionHandles or intercepts a
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.AChannelEventwhich represents the change of theChannelstate.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelEventwhich represents the notification of an exception raised by aChannelHandleror an I/O thread.AChannelEventwhich represents the transmission or reception of a message.AChannelUpstreamHandlerwhich provides an individual handler method for each event type. -
Classes in org.jboss.netty.channel used by org.jboss.netty.example.factorialClassDescriptionA nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.Handles or intercepts a downstream
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.An I/O event or I/O request associated with aChannel.Handles or intercepts aChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.Creates a newChannelPipelinefor a newChannel.AChannelEventwhich represents the change of theChannelstate.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelEventwhich represents the notification of an exception raised by aChannelHandleror an I/O thread.AChannelHandlerthat is notified when it is added to or removed from aChannelPipeline.AChannelEventwhich represents the transmission or reception of a message.AChannelUpstreamHandlerwhich provides an individual handler method for each event type. -
Classes in org.jboss.netty.channel used by org.jboss.netty.example.http.fileClassDescriptionHandles or intercepts a
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.Creates a newChannelPipelinefor a newChannel.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelEventwhich represents the notification of an exception raised by aChannelHandleror an I/O thread.AChannelEventwhich represents the transmission or reception of a message.AChannelUpstreamHandlerwhich provides an individual handler method for each event type. -
Classes in org.jboss.netty.channel used by org.jboss.netty.example.http.helloworldClassDescriptionHandles or intercepts a
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.Creates a newChannelPipelinefor a newChannel.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelEventwhich represents the notification of an exception raised by aChannelHandleror an I/O thread.AChannelEventwhich represents the transmission or reception of a message.AChannelUpstreamHandlerwhich provides an individual handler method for each event type. -
Classes in org.jboss.netty.channel used by org.jboss.netty.example.http.snoopClassDescriptionHandles or intercepts a
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.Creates a newChannelPipelinefor a newChannel.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelEventwhich represents the notification of an exception raised by aChannelHandleror an I/O thread.AChannelEventwhich represents the transmission or reception of a message.AChannelUpstreamHandlerwhich provides an individual handler method for each event type. -
Classes in org.jboss.netty.channel used by org.jboss.netty.example.http.tunnelClassDescriptionA nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.The main interface to a transport that creates a
Channelassociated with a certain communication entity such as a network socket. -
Classes in org.jboss.netty.channel used by org.jboss.netty.example.http.uploadClassDescriptionA nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.Handles or intercepts a
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.Creates a newChannelPipelinefor a newChannel.AChannelEventwhich represents the change of theChannelstate.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelEventwhich represents the notification of an exception raised by aChannelHandleror an I/O thread.AChannelEventwhich represents the transmission or reception of a message.AChannelUpstreamHandlerwhich provides an individual handler method for each event type. -
Classes in org.jboss.netty.channel used by org.jboss.netty.example.http.websocketx.autobahnClassDescriptionHandles or intercepts a
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.Creates a newChannelPipelinefor a newChannel.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelEventwhich represents the notification of an exception raised by aChannelHandleror an I/O thread.AChannelEventwhich represents the transmission or reception of a message.AChannelUpstreamHandlerwhich provides an individual handler method for each event type. -
Classes in org.jboss.netty.channel used by org.jboss.netty.example.http.websocketx.clientClassDescriptionHandles or intercepts a
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.AChannelEventwhich represents the change of theChannelstate.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelEventwhich represents the notification of an exception raised by aChannelHandleror an I/O thread.AChannelEventwhich represents the transmission or reception of a message.AChannelUpstreamHandlerwhich provides an individual handler method for each event type. -
Classes in org.jboss.netty.channel used by org.jboss.netty.example.http.websocketx.serverClassDescriptionHandles or intercepts a
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.Creates a newChannelPipelinefor a newChannel.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelEventwhich represents the notification of an exception raised by aChannelHandleror an I/O thread.AChannelEventwhich represents the transmission or reception of a message.AChannelUpstreamHandlerwhich provides an individual handler method for each event type. -
Classes in org.jboss.netty.channel used by org.jboss.netty.example.localtimeClassDescriptionA nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.An I/O event or I/O request associated with a
Channel.Handles or intercepts aChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.Creates a newChannelPipelinefor a newChannel.AChannelEventwhich represents the change of theChannelstate.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelEventwhich represents the notification of an exception raised by aChannelHandleror an I/O thread.AChannelEventwhich represents the transmission or reception of a message.AChannelUpstreamHandlerwhich provides an individual handler method for each event type. -
Classes in org.jboss.netty.channel used by org.jboss.netty.example.objectechoClassDescriptionAn I/O event or I/O request associated with a
Channel.Handles or intercepts aChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.AChannelEventwhich represents the change of theChannelstate.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelEventwhich represents the notification of an exception raised by aChannelHandleror an I/O thread.AChannelEventwhich represents the transmission or reception of a message.AChannelUpstreamHandlerwhich provides an individual handler method for each event type. -
Classes in org.jboss.netty.channel used by org.jboss.netty.example.portunificationClassDescriptionA nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.Handles or intercepts a
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelHandlerthat is notified when it is added to or removed from aChannelPipeline.AChannelUpstreamHandlerwhich provides an individual handler method for each event type. -
Classes in org.jboss.netty.channel used by org.jboss.netty.example.proxyClassDescriptionA nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.Handles or intercepts a
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.Creates a newChannelPipelinefor a newChannel.AChannelEventwhich represents the change of theChannelstate.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelEventwhich represents the notification of an exception raised by aChannelHandleror an I/O thread.AChannelEventwhich represents the transmission or reception of a message.AChannelUpstreamHandlerwhich provides an individual handler method for each event type. -
Classes in org.jboss.netty.channel used by org.jboss.netty.example.qotmClassDescriptionHandles or intercepts a
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelEventwhich represents the notification of an exception raised by aChannelHandleror an I/O thread.AChannelEventwhich represents the transmission or reception of a message.AChannelUpstreamHandlerwhich provides an individual handler method for each event type. -
Classes in org.jboss.netty.channel used by org.jboss.netty.example.securechatClassDescriptionAn I/O event or I/O request associated with a
Channel.The result of an asynchronousChannelI/O operation.Listens to the result of aChannelFuture.Handles or intercepts aChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.Creates a newChannelPipelinefor a newChannel.AChannelEventwhich represents the change of theChannelstate.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelEventwhich represents the notification of an exception raised by aChannelHandleror an I/O thread.AChannelEventwhich represents the transmission or reception of a message.AChannelUpstreamHandlerwhich provides an individual handler method for each event type. -
Classes in org.jboss.netty.channel used by org.jboss.netty.example.telnetClassDescriptionAn I/O event or I/O request associated with a
Channel.Handles or intercepts aChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.Creates a newChannelPipelinefor a newChannel.AChannelEventwhich represents the change of theChannelstate.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelEventwhich represents the notification of an exception raised by aChannelHandleror an I/O thread.AChannelEventwhich represents the transmission or reception of a message.AChannelUpstreamHandlerwhich provides an individual handler method for each event type. -
Classes in org.jboss.netty.channel used by org.jboss.netty.example.uptimeClassDescriptionHandles or intercepts a
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.AChannelEventwhich represents the change of theChannelstate.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelEventwhich represents the notification of an exception raised by aChannelHandleror an I/O thread.AChannelUpstreamHandlerwhich provides an individual handler method for each event type. -
Classes in org.jboss.netty.channel used by org.jboss.netty.handler.codec.base64ClassDescriptionA nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.Handles or intercepts a downstream
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Handles or intercepts aChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Indicates that the same instance of the annotatedChannelHandlercan be added to one or moreChannelPipelines multiple times without a race condition.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline. -
Classes in org.jboss.netty.channel used by org.jboss.netty.handler.codec.compressionClassDescriptionA nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.Handles or intercepts a downstream
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.An I/O event or I/O request associated with aChannel.The result of an asynchronousChannelI/O operation.Handles or intercepts aChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelHandlerthat is notified when it is added to or removed from aChannelPipeline. -
Classes in org.jboss.netty.channel used by org.jboss.netty.handler.codec.embedderClassDescriptionA skeletal
Channelimplementation.A nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.A set of configuration properties of aChannel.Handles or intercepts a downstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.An I/O event or I/O request associated with aChannel.The main interface to a transport that creates aChannelassociated with a certain communication entity such as a network socket.The result of an asynchronousChannelI/O operation.Handles or intercepts aChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.AChannelExceptionwhich is thrown when aChannelPipelinefailed to process aChannelEventor when aChannelPipelineFactoryfailed to initialize aChannelPipeline.Receives and processes the terminal downstreamChannelEvents.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.The defaultChannelPipelineimplementation. -
Classes in org.jboss.netty.channel used by org.jboss.netty.handler.codec.frameClassDescriptionA nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.Handles or intercepts a downstream
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Handles or intercepts aChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Indicates that the same instance of the annotatedChannelHandlercan be added to one or moreChannelPipelines multiple times without a race condition.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.AChannelEventwhich represents the change of theChannelstate.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelEventwhich represents the notification of an exception raised by aChannelHandleror an I/O thread.AChannelHandlerthat is notified when it is added to or removed from aChannelPipeline.AChannelEventwhich represents the transmission or reception of a message.AChannelUpstreamHandlerwhich provides an individual handler method for each event type. -
Classes in org.jboss.netty.channel used by org.jboss.netty.handler.codec.httpClassDescriptionA nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.Handles or intercepts a downstream
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.An I/O event or I/O request associated with aChannel.Handles or intercepts aChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.AChannelEventwhich represents the change of theChannelstate.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelHandlerthat is notified when it is added to or removed from aChannelPipeline.AChannelEventwhich represents the transmission or reception of a message.AChannelHandlerwhich provides an individual handler method for each event type.AChannelUpstreamHandlerwhich provides an individual handler method for each event type. -
Classes in org.jboss.netty.channel used by org.jboss.netty.handler.codec.http.websocketxClassDescriptionA nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.Handles or intercepts a downstream
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.The result of an asynchronousChannelI/O operation.Listens to the result of aChannelFuture.Handles or intercepts aChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Indicates that the same instance of the annotatedChannelHandlercan be added to one or moreChannelPipelines multiple times without a race condition.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelEventwhich represents the notification of an exception raised by aChannelHandleror an I/O thread.AChannelHandlerthat is notified when it is added to or removed from aChannelPipeline.AChannelEventwhich represents the transmission or reception of a message.AChannelUpstreamHandlerwhich provides an individual handler method for each event type. -
Classes in org.jboss.netty.channel used by org.jboss.netty.handler.codec.marshallingClassDescriptionA nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.Handles or intercepts a downstream
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Handles or intercepts aChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Indicates that the same instance of the annotatedChannelHandlercan be added to one or moreChannelPipelines multiple times without a race condition.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelEventwhich represents the notification of an exception raised by aChannelHandleror an I/O thread.AChannelHandlerthat is notified when it is added to or removed from aChannelPipeline.AChannelUpstreamHandlerwhich provides an individual handler method for each event type. -
Classes in org.jboss.netty.channel used by org.jboss.netty.handler.codec.oneoneClassDescriptionA nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.Handles or intercepts a downstream
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.An I/O event or I/O request associated with aChannel.Handles or intercepts aChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelEventwhich represents the transmission or reception of a message. -
Classes in org.jboss.netty.channel used by org.jboss.netty.handler.codec.protobufClassDescriptionA nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.Handles or intercepts a downstream
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Handles or intercepts aChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Indicates that the same instance of the annotatedChannelHandlercan be added to one or moreChannelPipelines multiple times without a race condition.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelHandlerthat is notified when it is added to or removed from aChannelPipeline.AChannelUpstreamHandlerwhich provides an individual handler method for each event type. -
Classes in org.jboss.netty.channel used by org.jboss.netty.handler.codec.replayClassDescriptionA nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.Handles or intercepts a
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.AChannelEventwhich represents the change of theChannelstate.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelHandlerthat is notified when it is added to or removed from aChannelPipeline.AChannelEventwhich represents the transmission or reception of a message.AChannelUpstreamHandlerwhich provides an individual handler method for each event type. -
Classes in org.jboss.netty.channel used by org.jboss.netty.handler.codec.rtspClassDescriptionA nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.Handles or intercepts a downstream
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Handles or intercepts aChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Indicates that the same instance of the annotatedChannelHandlercan be added to one or moreChannelPipelines multiple times without a race condition.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelHandlerthat is notified when it is added to or removed from aChannelPipeline.AChannelUpstreamHandlerwhich provides an individual handler method for each event type. -
Classes in org.jboss.netty.channel used by org.jboss.netty.handler.codec.serializationClassDescriptionA nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.Handles or intercepts a downstream
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Handles or intercepts aChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Indicates that the same instance of the annotatedChannelHandlercan be added to one or moreChannelPipelines multiple times without a race condition.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelHandlerthat is notified when it is added to or removed from aChannelPipeline.AChannelUpstreamHandlerwhich provides an individual handler method for each event type. -
Classes in org.jboss.netty.channel used by org.jboss.netty.handler.codec.socksClassDescriptionA nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.Handles or intercepts a downstream
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Handles or intercepts aChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Indicates that the same instance of the annotatedChannelHandlercan be added to one or moreChannelPipelines multiple times without a race condition.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelHandlerthat is notified when it is added to or removed from aChannelPipeline.AChannelUpstreamHandlerwhich provides an individual handler method for each event type. -
Classes in org.jboss.netty.channel used by org.jboss.netty.handler.codec.spdyClassDescriptionA nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.Handles or intercepts a downstream
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.An I/O event or I/O request associated with aChannel.The result of an asynchronousChannelI/O operation.Listens to the result of aChannelFuture.Handles or intercepts aChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.AChannelEventwhich represents the change of theChannelstate.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelEventwhich represents the notification of an exception raised by aChannelHandleror an I/O thread.AChannelHandlerthat is notified when it is added to or removed from aChannelPipeline.AChannelEventwhich represents the transmission or reception of a message.AChannelHandlerwhich provides an individual handler method for each event type.AChannelUpstreamHandlerwhich provides an individual handler method for each event type. -
Classes in org.jboss.netty.channel used by org.jboss.netty.handler.codec.stringClassDescriptionA nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.Handles or intercepts a downstream
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Handles or intercepts aChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Indicates that the same instance of the annotatedChannelHandlercan be added to one or moreChannelPipelines multiple times without a race condition.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline. -
Classes in org.jboss.netty.channel used by org.jboss.netty.handler.executionClassDescriptionA nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.Handles or intercepts a downstream
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.An I/O event or I/O request associated with aChannel.Handles or intercepts aChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Indicates that the same instance of the annotatedChannelHandlercan be added to one or moreChannelPipelines multiple times without a race condition.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline. -
Classes in org.jboss.netty.channel used by org.jboss.netty.handler.ipfilterClassDescriptionAn I/O event or I/O request associated with a
Channel.The result of an asynchronousChannelI/O operation.Handles or intercepts aChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Indicates that the same instance of the annotatedChannelHandlercan be added to one or moreChannelPipelines multiple times without a race condition.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline. -
Classes in org.jboss.netty.channel used by org.jboss.netty.handler.loggingClassDescriptionHandles or intercepts a downstream
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.An I/O event or I/O request associated with aChannel.Handles or intercepts aChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Indicates that the same instance of the annotatedChannelHandlercan be added to one or moreChannelPipelines multiple times without a race condition.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline. -
Classes in org.jboss.netty.channel used by org.jboss.netty.handler.queueClassDescriptionHandles or intercepts a downstream
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.An I/O event or I/O request associated with aChannel.Handles or intercepts aChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.AChannelEventwhich represents the change of theChannelstate.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelEventwhich represents the notification of an exception raised by aChannelHandleror an I/O thread.AChannelHandlerthat is notified when it is added to or removed from aChannelPipeline.AChannelEventwhich represents the transmission or reception of a message.AChannelHandlerwhich provides an individual handler method for each event type.AChannelUpstreamHandlerwhich provides an individual handler method for each event type. -
Classes in org.jboss.netty.channel used by org.jboss.netty.handler.sslClassDescriptionA nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.Handles or intercepts a downstream
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.An I/O event or I/O request associated with aChannel.The result of an asynchronousChannelI/O operation.Listens to the result of aChannelFuture.Handles or intercepts aChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.AChannelEventwhich represents the change of theChannelstate.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.The defaultChannelFutureimplementation.AChannelEventwhich represents the notification of an exception raised by aChannelHandleror an I/O thread.AChannelHandlerthat is notified when it is added to or removed from aChannelPipeline.AChannelEventwhich represents the transmission or reception of a message.AChannelUpstreamHandlerwhich provides an individual handler method for each event type. -
Classes in org.jboss.netty.channel used by org.jboss.netty.handler.streamClassDescriptionHandles or intercepts a downstream
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.An I/O event or I/O request associated with aChannel.Handles or intercepts aChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelHandlerthat is notified when it is added to or removed from aChannelPipeline.AChannelEventwhich represents the transmission or reception of a message. -
Classes in org.jboss.netty.channel used by org.jboss.netty.handler.timeoutClassDescriptionA nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.Handles or intercepts a downstream
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.An I/O event or I/O request associated with aChannel.ARuntimeExceptionwhich is thrown when an I/O operation fails.The result of an asynchronousChannelI/O operation.Listens to the result of aChannelFuture.Handles or intercepts aChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Indicates that the same instance of the annotatedChannelHandlercan be added to one or moreChannelPipelines multiple times without a race condition.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.AChannelEventwhich represents the change of theChannelstate.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelHandlerthat is notified when it is added to or removed from aChannelPipeline.AChannelEventwhich represents the transmission or reception of a message.AChannelDownstreamHandlerwhich provides an individual handler method for each event type.AChannelHandlerwhich provides an individual handler method for each event type.AChannelUpstreamHandlerwhich provides an individual handler method for each event type.AChannelEventwhich represents the notification of the completion of a write request on aChannel. -
Classes in org.jboss.netty.channel used by org.jboss.netty.handler.trafficClassDescriptionHandles or intercepts a downstream
ChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Handles or intercepts aChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.Indicates that the same instance of the annotatedChannelHandlercan be added to one or moreChannelPipelines multiple times without a race condition.Enables aChannelHandlerto interact with itsChannelPipelineand other handlers.AChannelEventwhich represents the change of theChannelstate.Handles or intercepts an upstreamChannelEvent, and sends aChannelEventto the next handler in aChannelPipeline.AChannelEventwhich represents the transmission or reception of a message.AChannelHandlerwhich provides an individual handler method for each event type.