Uses of Class
io.netty.channel.ChannelOutboundHandlerAdapter
Packages that use ChannelOutboundHandlerAdapter
Package
Description
Package to dynamically replace local / remote
SocketAddress
.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 and decoder which transform an array of bytes into a
ByteBuf
and vice versa.DNS codec.
Decodes an HAProxy proxy protocol header
Encoder, decoder and their related message types for HTTP.
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
Encoder, decoder, handshakers to handle
WebSocket Extensions.
Encoder, decoder, handshakers to handle most common WebSocket Compression Extensions.
Common superset of ascii and binary classes.
Implementations and Interfaces for the Memcache Binary protocol.
Encoder, decoder and different Message Types for MQTT.
Encoder, decoder for Redis.
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.SMTP codec.
Encoder, decoder and their related message types for Socks.
Encoder, decoder and their related message types for SOCKSv4 protocol.
Encoder, decoder and their related message types for SOCKSv5 protocol.
Encoder, decoder, session handler and their related message types for the SPDY protocol.
STOMP codec
Adds support for read and write timeout and idle connection notification
using a
Timer
.-
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.address
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.addressModifier and TypeClassDescriptionclass
ChannelOutboundHandler
implementation which allows to dynamically replace the usedremoteAddress
and / orlocalAddress
when making a connection attempt.class
ChannelOutboundHandlerAdapter
which will resolve theSocketAddress
that is passed toResolveAddressHandler.connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise)
if it is not already resolved and theAddressResolver
supports the type ofSocketAddress
. -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codecModifier and TypeClassDescriptionprivate final class
class
An encoder that encodes the content inAddressedEnvelope
toDatagramPacket
using the specified message encoder.class
An encoder that prepends the length of the message.class
ChannelOutboundHandlerAdapter
which encodes message in a stream-like fashion from one message to anByteBuf
.class
ChannelOutboundHandlerAdapter
which encodes from one message to an other message For example here is an implementation which decodes anInteger
to anString
. -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.base64
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.base64Modifier and TypeClassDescriptionclass
-
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.bytes
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.bytes -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.compression
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.compressionModifier and TypeClassDescriptionclass
Compresses aByteBuf
using the Bzip2 algorithm.class
Compresses aByteBuf
using the FastLZ algorithm.class
Compresses aByteBuf
using the deflate algorithm.class
Compresses aByteBuf
using the deflate algorithm.class
Deprecated.class
Compresses aByteBuf
using the Snappy framing format.class
Compresses aByteBuf
using the deflate algorithm. -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.dns
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.dnsModifier and TypeClassDescriptionclass
class
final class
final class
-
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.haproxy
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.haproxyModifier and TypeClassDescriptionfinal class
Encodes an HAProxy proxy protocol message -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.http
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.httpModifier and TypeClassDescriptionprivate final class
class
HttpObjectEncoder<H extends HttpMessage>
class
class
private final class
-
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.http.websocketx
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.http.websocketxModifier and TypeClassDescriptionclass
Encodes aWebSocketFrame
into aByteBuf
.class
Encodes a web socket frame into wire protocol version 7 format.class
Encodes a web socket frame into wire protocol version 8 format.class
Encodes a web socket frame into wire protocol version 13 format. -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.http.websocketx.extensions
Modifier and TypeClassDescriptionclass
Convenient class for io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension encoder. -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.http.websocketx.extensions.compression
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.http.websocketx.extensions.compressionModifier and TypeClassDescription(package private) class
Deflate implementation of a payload compressor for io.netty.handler.codec.http.websocketx.WebSocketFrame.(package private) class
Per-frame implementation of deflate compressor.(package private) class
Per-message implementation of deflate compressor. -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.memcache
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.memcacheModifier and TypeClassDescriptionclass
AbstractMemcacheObjectEncoder<M extends MemcacheMessage>
A general purposeAbstractMemcacheObjectEncoder
that encodesMemcacheMessage
s. -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.memcache.binary
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.memcache.binaryModifier and TypeClassDescriptionclass
AMessageToByteEncoder
that encodes binary memcache messages into bytes.private final class
class
The encoder part which takes care of encoding the request headers.class
The encoder which takes care of encoding the response headers. -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.mqtt
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.mqttModifier and TypeClassDescriptionfinal class
-
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.redis
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.redisModifier and TypeClassDescriptionclass
EncodesRedisMessage
into bytes following RESP (REdis Serialization Protocol). -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.rtsp
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.rtspModifier and TypeClassDescriptionclass
class
RtspObjectEncoder<H extends HttpMessage>
Deprecated.UseRtspEncoder
instead.class
Deprecated.UseRtspEncoder
directly insteadclass
Deprecated.UseRtspEncoder
directly instead -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.serialization
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.serializationModifier and TypeClassDescriptionclass
Deprecated.This class has been deprecated with no replacement, because serialization can be a security liabilityclass
Deprecated.This class has been deprecated with no replacement, because serialization can be a security liability -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.smtp
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.smtp -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.socks
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.socks -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.socksx.v4
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.socksx.v4Modifier and TypeClassDescriptionfinal class
Encodes aSocks4CommandRequest
into aByteBuf
.final class
Encodes aSocks4CommandResponse
into aByteBuf
. -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.socksx.v5
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.socksx.v5Modifier and TypeClassDescriptionclass
Encodes a client-sideSocks5Message
into aByteBuf
.class
Encodes a server-sideSocks5Message
into aByteBuf
. -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.spdy
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.spdyModifier and TypeClassDescriptionclass
EncodesHttpRequest
s,HttpResponse
s, andHttpContent
s intoSpdySynStreamFrame
s andSpdySynReplyFrame
s. -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.stomp
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.stompModifier and TypeClassDescriptionclass
-
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.string
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.stringModifier and TypeClassDescriptionclass
class
-
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.timeout
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.timeoutModifier and TypeClassDescriptionclass
Raises aWriteTimeoutException
when a write operation cannot finish in a certain period of time.
SnappyFrameEncoder
instead.