Uses of Class
org.jboss.netty.channel.SimpleChannelUpstreamHandler
Packages that use SimpleChannelUpstreamHandler
Package
Description
IoC/DI friendly helper classes which enable an easy implementation of
typical client side and server side channel initialization.
An HTTP-based client-side
SocketChannel
and its corresponding server-side Servlet implementation that make your
existing server application work in a firewalled network.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.
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.
Adds support for read and write timeout and idle connection notification
using a
Timer
.-
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.bootstrap
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.bootstrap -
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.channel.socket.http
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.channel.socket.httpModifier and TypeClassDescription(package private) final class
private static final class
-
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.discard
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.discardModifier and TypeClassDescriptionclass
Handles a client-side channel.class
Handles a server-side channel. -
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.echo
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.echoModifier and TypeClassDescriptionclass
Handler implementation for the echo client.class
Handler implementation for the echo server. -
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.factorial
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.factorialModifier 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.class
Handler for a client-side channel.class
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.fileModifier and TypeClassDescriptionclass
A simple handler that serves incoming HTTP requests to send their respective HTTP responses. -
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.http.helloworld
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.http.helloworld -
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.http.snoop
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.http.snoop -
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.http.upload
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.http.upload -
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.http.websocketx.autobahn
-
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.http.websocketx.client
-
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.http.websocketx.server
-
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.localtime
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.localtime -
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.objectecho
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.objectechoModifier and TypeClassDescriptionclass
Handler implementation for the object echo client.class
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.portunificationModifier and TypeClassDescriptionclass
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.proxyModifier and TypeClassDescriptionclass
private class
-
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.qotm
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.qotmModifier and TypeClassDescriptionclass
class
-
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.securechat
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.securechatModifier and TypeClassDescriptionclass
Handles a client-side channel.class
Handles a server-side channel. -
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.telnet
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.telnetModifier and TypeClassDescriptionclass
Handles a client-side channel.class
Handles a server-side channel. -
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.uptime
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.uptimeModifier and TypeClassDescriptionclass
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.frameModifier 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 SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.http
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.httpModifier and TypeClassDescriptionclass
AChannelHandler
that aggregates anHttpMessage
and its followingHttpChunk
s into a singleHttpMessage
with no followingHttpChunk
s.private final class
class
Decodes the content of the receivedHttpRequest
andHttpChunk
.class
class
class
class
-
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.http.websocketx
Modifier 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.class
Handles the HTTP handshake (the HTTP Upgrade request) -
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.marshalling
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.marshalling -
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.protobuf
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.protobufModifier 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 SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.replay
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.replayModifier 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 SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.rtsp
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.rtspModifier 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 SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.serialization
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.serializationModifier and TypeClassDescriptionclass
A decoder which deserializes the receivedChannelBuffer
s into Java objects. -
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.socks
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.socksModifier 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 SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.spdy
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.spdyModifier and TypeClassDescriptionclass
AChannelHandler
that encodes and decodes SPDY Frames.class
Manages streams within a SPDY session. -
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.queue
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.queue -
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.ssl
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.sslModifier and TypeClassDescriptionclass
-
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.timeout
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.timeoutModifier and TypeClassDescriptionclass
An extendedSimpleChannelUpstreamHandler
that adds the handler method for anIdleStateEvent
.class
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.