Uses of Interface
org.jboss.netty.channel.LifeCycleAwareChannelHandler
Packages that use LifeCycleAwareChannelHandler
Package
Description
Encoder and decoder which compresses and decompresses
ChannelBuffer
s
in a compression format such as zlib
and gzip.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.
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.
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
.-
Uses of LifeCycleAwareChannelHandler in org.jboss.netty.example.factorial
Classes in org.jboss.netty.example.factorial that implement LifeCycleAwareChannelHandlerModifier and TypeClassDescriptionclass
Decodes the binary representation of aBigInteger
prepended with a magic number ('F' or 0x46) and a 32-bit integer length prefix into aBigInteger
instance. -
Uses of LifeCycleAwareChannelHandler in org.jboss.netty.example.portunification
Classes in org.jboss.netty.example.portunification that implement LifeCycleAwareChannelHandlerModifier and TypeClassDescriptionclass
Manipulates the current pipeline dynamically to switch protocols or enable SSL or GZIP. -
Uses of LifeCycleAwareChannelHandler in org.jboss.netty.handler.codec.compression
Classes in org.jboss.netty.handler.codec.compression that implement LifeCycleAwareChannelHandlerModifier and TypeClassDescriptionclass
Compresses aChannelBuffer
using the deflate algorithm.class
Compresses aChannelBuffer
using the deflate algorithm. -
Uses of LifeCycleAwareChannelHandler in org.jboss.netty.handler.codec.frame
Classes in org.jboss.netty.handler.codec.frame that implement LifeCycleAwareChannelHandlerModifier and TypeClassDescriptionclass
A decoder that splits the receivedChannelBuffer
s by one or more delimiters.class
A decoder that splits the receivedChannelBuffer
s by the fixed number of bytes.class
Decodes the receivedChannelBuffer
s into a meaningful frame object.class
A decoder that splits the receivedChannelBuffer
s dynamically by the value of the length field in the message.class
A decoder that splits the receivedChannelBuffer
s on line endings. -
Uses of LifeCycleAwareChannelHandler in org.jboss.netty.handler.codec.http
Classes in org.jboss.netty.handler.codec.http that implement LifeCycleAwareChannelHandlerModifier and TypeClassDescriptionclass
AChannelHandler
that aggregates anHttpMessage
and its followingHttpChunk
s into a singleHttpMessage
with no followingHttpChunk
s.private final class
class
Compresses anHttpMessage
and anHttpChunk
ingzip
ordeflate
encoding while respecting the"Accept-Encoding"
header.class
Decodes the content of the receivedHttpRequest
andHttpChunk
.class
class
Encodes the content of the outboundHttpResponse
andHttpChunk
.class
class
class
-
Uses of LifeCycleAwareChannelHandler in org.jboss.netty.handler.codec.http.websocketx
Classes in org.jboss.netty.handler.codec.http.websocketx that implement LifeCycleAwareChannelHandlerModifier and TypeClassDescriptionclass
DecodesChannelBuffer
s intoWebSocketFrame
s.class
Decodes a web socket frame from wire protocol version 7 format.class
Decodes a web socket frame from wire protocol version 8 format.class
Decodes a web socket frame from wire protocol version 13 format.class
Handles WebSocket control frames (Close, Ping, Pong) and data frames (Text and Binary) are passed to the next handler in the pipeline. -
Uses of LifeCycleAwareChannelHandler in org.jboss.netty.handler.codec.marshalling
Classes in org.jboss.netty.handler.codec.marshalling that implement LifeCycleAwareChannelHandler -
Uses of LifeCycleAwareChannelHandler in org.jboss.netty.handler.codec.protobuf
Classes in org.jboss.netty.handler.codec.protobuf that implement LifeCycleAwareChannelHandlerModifier and TypeClassDescriptionclass
A decoder that splits the receivedChannelBuffer
s dynamically by the value of the Google Protocol Buffers Base 128 Varints integer length field in the message. -
Uses of LifeCycleAwareChannelHandler in org.jboss.netty.handler.codec.replay
Classes in org.jboss.netty.handler.codec.replay that implement LifeCycleAwareChannelHandlerModifier and TypeClassDescriptionclass
ReplayingDecoder<T extends Enum<T>>
A specialized variation ofFrameDecoder
which enables implementation of a non-blocking decoder in the blocking I/O paradigm. -
Uses of LifeCycleAwareChannelHandler in org.jboss.netty.handler.codec.rtsp
Classes in org.jboss.netty.handler.codec.rtsp that implement LifeCycleAwareChannelHandlerModifier and TypeClassDescriptionclass
DecodesChannelBuffer
s into RTSP messages represented inHttpMessage
s.class
DecodesChannelBuffer
s into RTSP requests represented inHttpRequest
s.class
DecodesChannelBuffer
s into RTSP responses represented inHttpResponse
s. -
Uses of LifeCycleAwareChannelHandler in org.jboss.netty.handler.codec.serialization
Classes in org.jboss.netty.handler.codec.serialization that implement LifeCycleAwareChannelHandlerModifier and TypeClassDescriptionclass
A decoder which deserializes the receivedChannelBuffer
s into Java objects. -
Uses of LifeCycleAwareChannelHandler in org.jboss.netty.handler.codec.socks
Classes in org.jboss.netty.handler.codec.socks that implement LifeCycleAwareChannelHandlerModifier and TypeClassDescriptionclass
DecodesChannelBuffer
s intoSocksAuthRequest
.class
DecodesChannelBuffer
s intoSocksAuthResponse
.class
DecodesChannelBuffer
s intoSocksCmdRequest
.class
DecodesChannelBuffer
s intoSocksCmdResponse
.class
DecodesChannelBuffer
s intoSocksInitRequest
.class
DecodesChannelBuffer
s intoSocksInitResponse
. -
Uses of LifeCycleAwareChannelHandler in org.jboss.netty.handler.codec.spdy
Classes in org.jboss.netty.handler.codec.spdy that implement LifeCycleAwareChannelHandler -
Uses of LifeCycleAwareChannelHandler in org.jboss.netty.handler.queue
Classes in org.jboss.netty.handler.queue that implement LifeCycleAwareChannelHandler -
Uses of LifeCycleAwareChannelHandler in org.jboss.netty.handler.ssl
Classes in org.jboss.netty.handler.ssl that implement LifeCycleAwareChannelHandlerModifier and TypeClassDescriptionclass
-
Uses of LifeCycleAwareChannelHandler in org.jboss.netty.handler.stream
Classes in org.jboss.netty.handler.stream that implement LifeCycleAwareChannelHandlerModifier and TypeClassDescriptionclass
AChannelHandler
that adds support for writing a large data stream asynchronously neither spending a lot of memory nor gettingOutOfMemoryError
. -
Uses of LifeCycleAwareChannelHandler in org.jboss.netty.handler.timeout
Classes in org.jboss.netty.handler.timeout that implement LifeCycleAwareChannelHandlerModifier and TypeClassDescriptionclass
Triggers anIdleStateEvent
when aChannel
has not performed read, write, or both operation for a while.class
Raises aReadTimeoutException
when no data was read within a certain period of time.