|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.discard |
---|
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.discard | |
---|---|
class |
DiscardClientHandler
Handles a client-side channel. |
class |
DiscardServerHandler
Handles a server-side channel. |
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.echo |
---|
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.echo | |
---|---|
class |
EchoClientHandler
Handler implementation for the echo client. |
class |
EchoServerHandler
Handler implementation for the echo server. |
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.factorial |
---|
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.factorial | |
---|---|
class |
BigIntegerDecoder
Decodes the binary representation of a BigInteger prepended
with a magic number ('F' or 0x46) and a 32-bit integer length prefix into a
BigInteger instance. |
class |
FactorialClientHandler
Handler for a client-side channel. |
class |
FactorialServerHandler
Handler for a server-side channel. |
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.http.file |
---|
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.http.file | |
---|---|
class |
HttpStaticFileServerHandler
|
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.http.snoop |
---|
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.http.snoop | |
---|---|
class |
HttpRequestHandler
|
class |
HttpResponseHandler
|
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.http.websocket |
---|
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.http.websocket | |
---|---|
class |
WebSocketServerHandler
|
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.localtime |
---|
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.localtime | |
---|---|
class |
LocalTimeClientHandler
|
class |
LocalTimeServerHandler
|
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.objectecho |
---|
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.objectecho | |
---|---|
class |
ObjectEchoClientHandler
Handler implementation for the object echo client. |
class |
ObjectEchoServerHandler
Handles both client-side and server-side handler depending on which constructor was called. |
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.portunification |
---|
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.portunification | |
---|---|
class |
PortUnificationServerHandler
Manipulates the current pipeline dynamically to switch protocols or enable SSL or GZIP. |
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.proxy |
---|
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.proxy | |
---|---|
class |
HexDumpProxyInboundHandler
|
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.qotm |
---|
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.qotm | |
---|---|
class |
QuoteOfTheMomentClientHandler
|
class |
QuoteOfTheMomentServerHandler
|
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.securechat |
---|
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.securechat | |
---|---|
class |
SecureChatClientHandler
Handles a client-side channel. |
class |
SecureChatServerHandler
Handles a server-side channel. |
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.telnet |
---|
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.telnet | |
---|---|
class |
TelnetClientHandler
Handles a client-side channel. |
class |
TelnetServerHandler
Handles a server-side channel. |
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.uptime |
---|
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.uptime | |
---|---|
class |
UptimeClientHandler
Keep reconnecting to the server while printing out the current uptime and connection attempt status. |
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.frame |
---|
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.frame | |
---|---|
class |
DelimiterBasedFrameDecoder
A decoder that splits the received ChannelBuffer s by one or more
delimiters. |
class |
FixedLengthFrameDecoder
A decoder that splits the received ChannelBuffer s by the fixed number
of bytes. |
class |
FrameDecoder
Decodes the received ChannelBuffer s into a meaningful frame object. |
class |
LengthFieldBasedFrameDecoder
A decoder that splits the received ChannelBuffer s dynamically by the
value of the length field in the message. |
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.http |
---|
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.http | |
---|---|
class |
HttpChunkAggregator
A ChannelHandler that aggregates an HttpMessage
and its following HttpChunk s into a single HttpMessage with
no following HttpChunk s. |
class |
HttpContentDecoder
Decodes the content of the received HttpRequest and HttpChunk . |
class |
HttpContentDecompressor
Decompresses an HttpMessage and an HttpChunk compressed in
gzip or deflate encoding. |
class |
HttpMessageDecoder
Decodes ChannelBuffer s into HttpMessage s and
HttpChunk s. |
class |
HttpRequestDecoder
Decodes ChannelBuffer s into HttpRequest s and HttpChunk s. |
class |
HttpResponseDecoder
Decodes ChannelBuffer s into HttpResponse s and
HttpChunk s. |
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.http.websocket |
---|
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.http.websocket | |
---|---|
class |
WebSocketFrameDecoder
Decodes ChannelBuffer s into WebSocketFrame s. |
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.protobuf |
---|
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.protobuf | |
---|---|
class |
ProtobufVarint32FrameDecoder
A decoder that splits the received ChannelBuffer s dynamically by the
value of the Google Protocol Buffers
Base
128 Varints integer length field in the message. |
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.replay |
---|
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.replay | |
---|---|
class |
ReplayingDecoder<T extends Enum<T>>
A specialized variation of FrameDecoder which enables implementation
of a non-blocking decoder in the blocking I/O paradigm. |
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.rtsp |
---|
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.rtsp | |
---|---|
class |
RtspMessageDecoder
Decodes ChannelBuffer s into RTSP messages represented in
HttpMessage s. |
class |
RtspRequestDecoder
Decodes ChannelBuffer s into RTSP requests represented in
HttpRequest s. |
class |
RtspResponseDecoder
Decodes ChannelBuffer s into RTSP responses represented in
HttpResponse s. |
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.serialization |
---|
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.serialization | |
---|---|
class |
CompatibleObjectDecoder
Deprecated. This decoder has a known critical bug which fails to decode and raises a random exception in some circumstances. Avoid to use it whenever you can. The only workaround is to replace CompatibleObjectEncoder , CompatibleObjectDecoder ,
ObjectInputStream , and ObjectOutputStream with
ObjectEncoder , ObjectDecoder ,
ObjectEncoderOutputStream , and
ObjectDecoderInputStream respectively. This workaround
requires both a client and a server to be modified. |
class |
ObjectDecoder
A decoder which deserializes the received ChannelBuffer s into Java
objects. |
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.queue |
---|
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.queue | |
---|---|
class |
BlockingReadHandler<E>
Emulates blocking read operation. |
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.ssl |
---|
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.ssl | |
---|---|
class |
SslHandler
Adds SSL · TLS and StartTLS support to a Channel . |
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.timeout |
---|
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.timeout | |
---|---|
class |
IdleStateAwareChannelUpstreamHandler
An extended SimpleChannelUpstreamHandler that adds the handler method
for an IdleStateEvent . |
class |
IdleStateHandler
Triggers an IdleStateEvent when a Channel has not performed
read, write, or both operation for a while. |
class |
ReadTimeoutHandler
Raises a ReadTimeoutException when no data was read within a certain
period of time. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |