Uses of Class
io.netty.handler.codec.ByteToMessageDecoder
Packages that use ByteToMessageDecoder
Package
Description
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.
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.
Handlers for sending and receiving HTTP/2 frames.
JSON specific codecs.
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 SOCKS protocol.
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
Xml specific codecs.
-
Uses of ByteToMessageDecoder in io.netty.handler.codec
Subclasses of ByteToMessageDecoder in io.netty.handler.codecModifier and TypeClassDescriptionclass
A decoder that splits the receivedByteBuf
s by one or more delimiters.class
A decoder that splits the receivedByteBuf
s by the fixed number of bytes.class
A decoder that splits the receivedByteBuf
s dynamically by the value of the length field in the message.class
A decoder that splits the receivedByteBuf
s on line endings.class
A specialized variation ofByteToMessageDecoder
which enables implementation of a non-blocking decoder in the blocking I/O paradigm.Fields in io.netty.handler.codec declared as ByteToMessageDecoder -
Uses of ByteToMessageDecoder in io.netty.handler.codec.compression
Subclasses of ByteToMessageDecoder in io.netty.handler.codec.compressionModifier and TypeClassDescriptionclass
Uncompresses aByteBuf
encoded with the Bzip2 format.class
Uncompresses aByteBuf
encoded byFastLzFrameEncoder
using the FastLZ algorithm.class
Decompress aByteBuf
using the inflate algorithm.class
class
Deprecated.class
Uncompresses aByteBuf
encoded with the Snappy framing format.class
Decompresses aByteBuf
using the deflate algorithm. -
Uses of ByteToMessageDecoder in io.netty.handler.codec.dns
Subclasses of ByteToMessageDecoder in io.netty.handler.codec.dnsModifier and TypeClassDescriptionfinal class
final class
-
Uses of ByteToMessageDecoder in io.netty.handler.codec.haproxy
Subclasses of ByteToMessageDecoder in io.netty.handler.codec.haproxyModifier and TypeClassDescriptionclass
Decodes an HAProxy proxy protocol header -
Uses of ByteToMessageDecoder in io.netty.handler.codec.http
Subclasses of ByteToMessageDecoder in io.netty.handler.codec.httpModifier and TypeClassDescriptionprivate final class
class
class
class
private final class
-
Uses of ByteToMessageDecoder in io.netty.handler.codec.http.websocketx
Subclasses of ByteToMessageDecoder in io.netty.handler.codec.http.websocketxModifier and TypeClassDescriptionclass
DecodesByteBuf
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. -
Uses of ByteToMessageDecoder in io.netty.handler.codec.http2
Subclasses of ByteToMessageDecoder in io.netty.handler.codec.http2Modifier and TypeClassDescriptionfinal class
Performing cleartext upgrade, by h2c HTTP upgrade or Prior Knowledge.class
Provides the default implementation for processing inbound frame events and delegates to aHttp2FrameListener
class
This API is very immature. The Http2Connection-based API is currently preferred over this API.class
Deprecated.useHttp2FrameCodecBuilder
together withHttp2MultiplexHandler
.class
Translates HTTP/1.x object writes into HTTP/2 frames. -
Uses of ByteToMessageDecoder in io.netty.handler.codec.json
Subclasses of ByteToMessageDecoder in io.netty.handler.codec.jsonModifier and TypeClassDescriptionclass
Splits a byte stream of JSON objects and arrays into individual objects/arrays and passes them up theChannelPipeline
. -
Uses of ByteToMessageDecoder in io.netty.handler.codec.memcache
Subclasses of ByteToMessageDecoder in io.netty.handler.codec.memcacheModifier and TypeClassDescriptionclass
Abstract super class for both ascii and binary decoders. -
Uses of ByteToMessageDecoder in io.netty.handler.codec.memcache.binary
Subclasses of ByteToMessageDecoder in io.netty.handler.codec.memcache.binaryModifier and TypeClassDescriptionclass
Decoder for bothBinaryMemcacheRequest
andBinaryMemcacheResponse
.private final class
class
The decoder part which takes care of decoding the request-specific headers.class
The decoder which takes care of decoding the response headers. -
Uses of ByteToMessageDecoder in io.netty.handler.codec.mqtt
Subclasses of ByteToMessageDecoder in io.netty.handler.codec.mqttModifier and TypeClassDescriptionfinal class
-
Uses of ByteToMessageDecoder in io.netty.handler.codec.redis
Subclasses of ByteToMessageDecoder in io.netty.handler.codec.redisModifier and TypeClassDescriptionfinal class
Decodes the Redis protocol intoRedisMessage
objects following RESP (REdis Serialization Protocol). -
Uses of ByteToMessageDecoder in io.netty.handler.codec.rtsp
Subclasses of ByteToMessageDecoder in io.netty.handler.codec.rtspModifier and TypeClassDescriptionclass
DecodesByteBuf
s into RTSP messages represented inHttpMessage
s.class
Deprecated.UseRtspDecoder
instead.class
Deprecated.UseRtspDecoder
directly insteadclass
Deprecated.UseRtspDecoder
directly instead -
Uses of ByteToMessageDecoder in io.netty.handler.codec.serialization
Subclasses of ByteToMessageDecoder in io.netty.handler.codec.serializationModifier and TypeClassDescriptionclass
Deprecated.This class has been deprecated with no replacement, because serialization can be a security liability -
Uses of ByteToMessageDecoder in io.netty.handler.codec.smtp
Subclasses of ByteToMessageDecoder in io.netty.handler.codec.smtp -
Uses of ByteToMessageDecoder in io.netty.handler.codec.socks
Subclasses of ByteToMessageDecoder in io.netty.handler.codec.socksModifier and TypeClassDescriptionclass
DecodesByteBuf
s intoSocksAuthRequest
.class
DecodesByteBuf
s intoSocksAuthResponse
.class
DecodesByteBuf
s intoSocksCmdRequest
.class
DecodesByteBuf
s intoSocksCmdResponse
.class
DecodesByteBuf
s intoSocksInitRequest
.class
DecodesByteBuf
s intoSocksInitResponse
. -
Uses of ByteToMessageDecoder in io.netty.handler.codec.socksx
Subclasses of ByteToMessageDecoder in io.netty.handler.codec.socksxModifier and TypeClassDescriptionclass
Detects the version of the current SOCKS connection and initializes the pipeline withSocks4ServerDecoder
orSocks5InitialRequestDecoder
. -
Uses of ByteToMessageDecoder in io.netty.handler.codec.socksx.v4
Subclasses of ByteToMessageDecoder in io.netty.handler.codec.socksx.v4Modifier and TypeClassDescriptionclass
Decodes a singleSocks4CommandResponse
from the inboundByteBuf
s.class
Decodes a singleSocks4CommandRequest
from the inboundByteBuf
s. -
Uses of ByteToMessageDecoder in io.netty.handler.codec.socksx.v5
Subclasses of ByteToMessageDecoder in io.netty.handler.codec.socksx.v5Modifier and TypeClassDescriptionclass
Decodes a singleSocks5CommandRequest
from the inboundByteBuf
s.class
Decodes a singleSocks5CommandResponse
from the inboundByteBuf
s.class
Decodes a singleSocks5InitialRequest
from the inboundByteBuf
s.class
Decodes a singleSocks5InitialResponse
from the inboundByteBuf
s.class
Decodes a singleSocks5PasswordAuthRequest
from the inboundByteBuf
s.class
Decodes a singleSocks5PasswordAuthResponse
from the inboundByteBuf
s. -
Uses of ByteToMessageDecoder in io.netty.handler.codec.spdy
Subclasses of ByteToMessageDecoder in io.netty.handler.codec.spdy -
Uses of ByteToMessageDecoder in io.netty.handler.codec.stomp
Subclasses of ByteToMessageDecoder in io.netty.handler.codec.stompModifier and TypeClassDescriptionclass
-
Uses of ByteToMessageDecoder in io.netty.handler.codec.xml
Subclasses of ByteToMessageDecoder in io.netty.handler.codec.xmlModifier and TypeClassDescriptionclass
A frame decoder for single separate XML based message streams. -
Uses of ByteToMessageDecoder in io.netty.handler.ssl
Subclasses of ByteToMessageDecoder in io.netty.handler.sslModifier and TypeClassDescriptionclass
Enables SNI (Server Name Indication) extension for server side SSL.class
OptionalSslHandler
is a utility decoder to support both SSL and non-SSL handlers based on the first message received.class
Enables SNI (Server Name Indication) extension for server side SSL.class
ByteToMessageDecoder
which allows to be notified once a fullClientHello
was received.class
SnappyFrameDecoder
instead.