Uses of Class
io.netty.channel.ChannelOutboundHandlerAdapter
-
Packages that use ChannelOutboundHandlerAdapter Package Description io.netty.handler.address Package to dynamically replace local / remoteSocketAddress.io.netty.handler.codec 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.io.netty.handler.codec.base64 io.netty.handler.codec.bytes Encoder and decoder which transform an array of bytes into aByteBufand vice versa.io.netty.handler.codec.compression io.netty.handler.codec.dns DNS codec.io.netty.handler.codec.haproxy Decodes an HAProxy proxy protocol headerio.netty.handler.codec.http Encoder, decoder and their related message types for HTTP.io.netty.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames.io.netty.handler.codec.http.websocketx.extensions Encoder, decoder, handshakers to handle WebSocket Extensions.io.netty.handler.codec.marshalling Decoder and Encoder which uses JBoss Marshalling.io.netty.handler.codec.memcache Common superset of ascii and binary classes.io.netty.handler.codec.memcache.binary Implementations and Interfaces for the Memcache Binary protocol.io.netty.handler.codec.mqtt Encoder, decoder and different Message Types for MQTT.io.netty.handler.codec.protobuf Encoder and decoder which transform a Google Protocol BuffersMessageandMessageNanointo aByteBufand vice versa.io.netty.handler.codec.redis Encoder, decoder for Redis.io.netty.handler.codec.rtsp An RTSP extension based on the HTTP codec.io.netty.handler.codec.sctp Decoder and encoders to manage message completion and multi-streaming codec in SCTP/IP.io.netty.handler.codec.serialization Encoder, decoder and their compatibility stream implementations which transform aSerializableobject into a byte buffer and vice versa.io.netty.handler.codec.smtp SMTP codec.io.netty.handler.codec.socks Encoder, decoder and their related message types for Socks.io.netty.handler.codec.socksx.v4 Encoder, decoder and their related message types for SOCKSv4 protocol.io.netty.handler.codec.socksx.v5 Encoder, decoder and their related message types for SOCKSv5 protocol.io.netty.handler.codec.spdy Encoder, decoder, session handler and their related message types for the SPDY protocol.io.netty.handler.codec.stomp STOMP codecio.netty.handler.codec.string Encoder and decoder which transform aStringinto aByteBufand vice versa.io.netty.handler.timeout Adds support for read and write timeout and idle connection notification using aTimer. -
-
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.address
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.address Modifier and Type Class Description classDynamicAddressConnectHandlerChannelOutboundHandlerimplementation which allows to dynamically replace the usedremoteAddressand / orlocalAddresswhen making a connection attempt.classResolveAddressHandlerChannelOutboundHandlerAdapterwhich 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.codec Modifier and Type Class Description classDatagramPacketEncoder<M>An encoder that encodes the content inAddressedEnvelopetoDatagramPacketusing the specified message encoder.classLengthFieldPrependerAn encoder that prepends the length of the message.classMessageToByteEncoder<I>ChannelOutboundHandlerAdapterwhich encodes message in a stream-like fashion from one message to anByteBuf.classMessageToMessageEncoder<I>ChannelOutboundHandlerAdapterwhich 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.base64 Modifier and Type Class Description classBase64Encoder -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.bytes
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.bytes Modifier and Type Class Description classByteArrayEncoderEncodes the requested array of bytes into aByteBuf. -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.compression
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.compression Modifier and Type Class Description classBrotliEncoderCompress aByteBufwith the Brotli compression.classBzip2EncoderCompresses aByteBufusing the Bzip2 algorithm.classFastLzFrameEncoderCompresses aByteBufusing the FastLZ algorithm.classJdkZlibEncoderCompresses aByteBufusing the deflate algorithm.classJZlibEncoderCompresses aByteBufusing the deflate algorithm.classLz4FrameEncoderCompresses aByteBufusing the LZ4 format.classLzfEncoderCompresses aByteBufusing the LZF format.classLzmaFrameEncoderCompresses aByteBufusing the LZMA algorithm.classSnappyFramedEncoderDeprecated.UseSnappyFrameEncoderinstead.classSnappyFrameEncoderCompresses aByteBufusing the Snappy framing format.classZlibEncoderCompresses aByteBufusing the deflate algorithm.classZstdEncoderCompresses aByteBufusing the Zstandard algorithm. -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.dns
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.dns Modifier and Type Class Description classDatagramDnsQueryEncoderclassDatagramDnsResponseEncoderclassTcpDnsQueryEncoderclassTcpDnsResponseEncoder -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.haproxy
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.haproxy Modifier and Type Class Description classHAProxyMessageEncoderEncodes an HAProxy proxy protocol message -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.http
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.http Modifier and Type Class Description classHttpObjectEncoder<H extends HttpMessage>classHttpRequestEncoderclassHttpResponseEncoder -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.http.websocketx
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.http.websocketx Modifier and Type Class Description classWebSocket00FrameEncoderEncodes aWebSocketFrameinto aByteBuf.classWebSocket07FrameEncoderEncodes a web socket frame into wire protocol version 7 format.classWebSocket08FrameEncoderEncodes a web socket frame into wire protocol version 8 format.classWebSocket13FrameEncoderEncodes a web socket frame into wire protocol version 13 format. -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.http.websocketx.extensions
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.http.websocketx.extensions Modifier and Type Class Description classWebSocketExtensionEncoderConvenient 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.marshalling Modifier and Type Class Description classCompatibleMarshallingEncoderMessageToByteEncoderimplementation which uses JBoss Marshalling to marshal an Object.classMarshallingEncoderMessageToByteEncoderimplementation 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.memcache Modifier and Type Class Description classAbstractMemcacheObjectEncoder<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.binary Modifier and Type Class Description classAbstractBinaryMemcacheEncoder<M extends BinaryMemcacheMessage>AMessageToByteEncoderthat encodes binary memcache messages into bytes.classBinaryMemcacheRequestEncoderThe encoder part which takes care of encoding the request headers.classBinaryMemcacheResponseEncoderThe 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.mqtt Modifier and Type Class Description classMqttEncoder -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.protobuf
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.protobuf Modifier and Type Class Description classProtobufEncoderclassProtobufEncoderNanoclassProtobufVarint32LengthFieldPrependerAn 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.redis Modifier and Type Class Description classRedisEncoderEncodesRedisMessageinto bytes following RESP (REdis Serialization Protocol). -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.rtsp
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.rtsp Modifier and Type Class Description classRtspEncoderclassRtspObjectEncoder<H extends HttpMessage>Deprecated.UseRtspEncoderinstead.classRtspRequestEncoderDeprecated.UseRtspEncoderdirectly insteadclassRtspResponseEncoderDeprecated.UseRtspEncoderdirectly instead -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.sctp
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.sctp Modifier and Type Class Description classSctpOutboundByteStreamHandlerA 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.serialization Modifier and Type Class Description classCompatibleObjectEncoderDeprecated.This class has been deprecated with no replacement, because serialization can be a security liabilityclassObjectEncoderDeprecated.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 Modifier and Type Class Description classSmtpRequestEncoderEncoder for SMTP requests. -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.socks
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.socks Modifier and Type Class Description classSocksMessageEncoderEncodes anSocksMessageinto aByteBuf. -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.socksx.v4
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.socksx.v4 Modifier and Type Class Description classSocks4ClientEncoderEncodes aSocks4CommandRequestinto aByteBuf.classSocks4ServerEncoderEncodes aSocks4CommandResponseinto aByteBuf. -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.socksx.v5
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.socksx.v5 Modifier and Type Class Description classSocks5ClientEncoderEncodes a client-sideSocks5Messageinto aByteBuf.classSocks5ServerEncoderEncodes a server-sideSocks5Messageinto aByteBuf. -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.spdy
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.spdy Modifier and Type Class Description classSpdyHttpEncoderEncodesHttpRequests,HttpResponses, andHttpContents intoSpdySynStreamFrames andSpdySynReplyFrames. -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.stomp
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.stomp Modifier and Type Class Description classStompSubframeEncoder -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.string
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.codec.string Modifier and Type Class Description classLineEncoderApply a line separator to the requestedStringand encode it into aByteBuf.classStringEncoderEncodes the requestedStringinto aByteBuf. -
Uses of ChannelOutboundHandlerAdapter in io.netty.handler.timeout
Subclasses of ChannelOutboundHandlerAdapter in io.netty.handler.timeout Modifier and Type Class Description classWriteTimeoutHandlerRaises aWriteTimeoutExceptionwhen a write operation cannot finish in a certain period of time.
-