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 classprivate static final class -
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.discard
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.discardModifier and TypeClassDescriptionclassHandles a client-side channel.classHandles a server-side channel. -
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.echo
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.echoModifier and TypeClassDescriptionclassHandler implementation for the echo client.classHandler implementation for the echo server. -
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.factorial
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.factorialModifier and TypeClassDescriptionclassDecodes the binary representation of aBigIntegerprepended with a magic number ('F' or 0x46) and a 32-bit integer length prefix into aBigIntegerinstance.classHandler for a client-side channel.classHandler 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 TypeClassDescriptionclassA 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 TypeClassDescriptionclassHandler implementation for the object echo client.classHandles 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 TypeClassDescriptionclassManipulates 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 TypeClassDescriptionclassprivate class -
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.qotm
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.qotmModifier and TypeClassDescriptionclassclass -
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.securechat
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.securechatModifier and TypeClassDescriptionclassHandles a client-side channel.classHandles a server-side channel. -
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.telnet
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.telnetModifier and TypeClassDescriptionclassHandles a client-side channel.classHandles a server-side channel. -
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.example.uptime
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.example.uptimeModifier and TypeClassDescriptionclassKeep 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 TypeClassDescriptionclassA decoder that splits the receivedChannelBuffers by one or more delimiters.classA decoder that splits the receivedChannelBuffers by the fixed number of bytes.classDecodes the receivedChannelBuffers into a meaningful frame object.classA decoder that splits the receivedChannelBuffers dynamically by the value of the length field in the message.classA decoder that splits the receivedChannelBuffers on line endings. -
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.http
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.httpModifier and TypeClassDescriptionclassAChannelHandlerthat aggregates anHttpMessageand its followingHttpChunks into a singleHttpMessagewith no followingHttpChunks.private final classclassDecodes the content of the receivedHttpRequestandHttpChunk.classclassclassclass -
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.http.websocketx
Modifier and TypeClassDescriptionclassDecodesChannelBuffers intoWebSocketFrames.classDecodes a web socket frame from wire protocol version 7 format.classDecodes a web socket frame from wire protocol version 8 format.classDecodes a web socket frame from wire protocol version 13 format.classHandles WebSocket control frames (Close, Ping, Pong) and data frames (Text and Binary) are passed to the next handler in the pipeline.classHandles 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 TypeClassDescriptionclassA decoder that splits the receivedChannelBuffers 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 TypeClassDescriptionclassReplayingDecoder<T extends Enum<T>>A specialized variation ofFrameDecoderwhich 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 TypeClassDescriptionclassDecodesChannelBuffers into RTSP messages represented inHttpMessages.classDecodesChannelBuffers into RTSP requests represented inHttpRequests.classDecodesChannelBuffers into RTSP responses represented inHttpResponses. -
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.serialization
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.serializationModifier and TypeClassDescriptionclassA decoder which deserializes the receivedChannelBuffers into Java objects. -
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.socks
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.socksModifier and TypeClassDescriptionclassDecodesChannelBuffers intoSocksAuthRequest.classDecodesChannelBuffers intoSocksAuthResponse.classDecodesChannelBuffers intoSocksCmdRequest.classDecodesChannelBuffers intoSocksCmdResponse.classDecodesChannelBuffers intoSocksInitRequest.classDecodesChannelBuffers intoSocksInitResponse. -
Uses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.spdy
Subclasses of SimpleChannelUpstreamHandler in org.jboss.netty.handler.codec.spdyModifier and TypeClassDescriptionclassAChannelHandlerthat encodes and decodes SPDY Frames.classManages 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 TypeClassDescriptionclassAn extendedSimpleChannelUpstreamHandlerthat adds the handler method for anIdleStateEvent.classTriggers anIdleStateEventwhen aChannelhas not performed read, write, or both operation for a while.classRaises aReadTimeoutExceptionwhen no data was read within a certain period of time.