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.
Decoder and Encoder which uses JBoss Marshalling.
Common superset of ascii and binary classes.
Implementations and Interfaces for the Memcache Binary protocol.
Encoder, decoder and different Message Types for MQTT.
Encoder and decoder which transform a
Google Protocol Buffers
Message and MessageNano into a
ByteBuf and vice versa.Encoder, decoder for Redis.
An RTSP
extension based on the HTTP codec.
Decoder and encoders to manage message completion and multi-streaming codec in SCTP/IP.
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 TypeClassDescriptionclassChannelOutboundHandlerimplementation which allows to dynamically replace the usedremoteAddressand / orlocalAddresswhen making a connection attempt.classChannelOutboundHandlerAdapterwhich will resolve theSocketAddressthat is passed toResolveAddressHandler.connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise)if it is not already resolved and theAddressResolversupports the type ofSocketAddress. -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codecModifier and TypeClassDescriptionclassAn encoder that encodes the content inAddressedEnvelopetoDatagramPacketusing the specified message encoder.classAn encoder that prepends the length of the message.classChannelOutboundHandlerAdapterwhich encodes message in a stream-like fashion from one message to anByteBuf.classChannelOutboundHandlerAdapterwhich encodes from one message to an other message For example here is an implementation which decodes anIntegerto 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 TypeClassDescriptionfinal classCompress aByteBufwith the Brotli compression.classCompresses aByteBufusing the Bzip2 algorithm.classCompresses aByteBufusing the FastLZ algorithm.classCompresses aByteBufusing the deflate algorithm.classCompresses aByteBufusing the deflate algorithm.classCompresses aByteBufusing the LZ4 format.classCompresses aByteBufusing the LZF format.classCompresses aByteBufusing the LZMA algorithm.classDeprecated.classCompresses aByteBufusing the Snappy framing format.classCompresses aByteBufusing the deflate algorithm.final classCompresses aByteBufusing the Zstandard algorithm. -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.dns
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.dnsModifier and TypeClassDescriptionclassclassfinal classfinal class -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.haproxy
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.haproxyModifier and TypeClassDescriptionfinal classEncodes an HAProxy proxy protocol message -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.http
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.http -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.http.websocketx
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.http.websocketxModifier and TypeClassDescriptionclassEncodes aWebSocketFrameinto aByteBuf.classEncodes a web socket frame into wire protocol version 7 format.classEncodes a web socket frame into wire protocol version 8 format.classEncodes a web socket frame into wire protocol version 13 format. -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.http.websocketx.extensions
Modifier and TypeClassDescriptionclassConvenient class for io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension encoder. -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.marshalling
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.marshallingModifier and TypeClassDescriptionclassMessageToByteEncoderimplementation which uses JBoss Marshalling to marshal an Object.classMessageToByteEncoderimplementation which uses JBoss Marshalling to marshal an Object. -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.memcache
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.memcacheModifier and TypeClassDescriptionclassAbstractMemcacheObjectEncoder<M extends MemcacheMessage>A general purposeAbstractMemcacheObjectEncoderthat encodesMemcacheMessages. -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.memcache.binary
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.memcache.binaryModifier and TypeClassDescriptionclassAMessageToByteEncoderthat encodes binary memcache messages into bytes.classThe encoder part which takes care of encoding the request headers.classThe 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.protobuf
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.protobufModifier and TypeClassDescriptionclassclassclassAn encoder that prepends the Google Protocol Buffers Base 128 Varints integer length field. -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.redis
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.redisModifier and TypeClassDescriptionclassEncodesRedisMessageinto 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 TypeClassDescriptionclassclassRtspObjectEncoder<H extends HttpMessage>Deprecated.UseRtspEncoderinstead.classDeprecated.UseRtspEncoderdirectly insteadclassDeprecated.UseRtspEncoderdirectly instead -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.sctp
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.sctpModifier and TypeClassDescriptionclassA ChannelHandler which transformByteBuftoSctpMessageand send it through a specific stream with given protocol identifier. -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.serialization
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.serializationModifier and TypeClassDescriptionclassDeprecated.This class has been deprecated with no replacement, because serialization can be a security liabilityclassDeprecated.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 classEncodes aSocks4CommandRequestinto aByteBuf.final classEncodes aSocks4CommandResponseinto aByteBuf. -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.socksx.v5
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.socksx.v5Modifier and TypeClassDescriptionclassEncodes a client-sideSocks5Messageinto aByteBuf.classEncodes a server-sideSocks5Messageinto aByteBuf. -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.spdy
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.spdyModifier and TypeClassDescriptionclassEncodesHttpRequests,HttpResponses, andHttpContents intoSpdySynStreamFrames andSpdySynReplyFrames. -
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 TypeClassDescriptionclassclass -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.timeout
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.timeoutModifier and TypeClassDescriptionclassRaises aWriteTimeoutExceptionwhen a write operation cannot finish in a certain period of time.
SnappyFrameEncoderinstead.