Uses of Class
io.netty.handler.codec.MessageToMessageDecoder
Packages that use MessageToMessageDecoder
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.
Encoder and decoder which transform an array of bytes into a
ByteBuf
and vice versa.DNS codec.
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 for Redis.
Decoder and encoders to manage message completion and multi-streaming codec in SCTP/IP.
Encoder, decoder, session handler and their related message types for the SPDY protocol.
STOMP codec
-
Uses of MessageToMessageDecoder in io.netty.handler.codec
Subclasses of MessageToMessageDecoder in io.netty.handler.codecModifier and TypeClassDescriptionclass
A decoder that decodes the content of the receivedDatagramPacket
using the specifiedByteBuf
decoder.class
MessageAggregator<I,
S, C extends ByteBufHolder, O extends ByteBufHolder> An abstractChannelHandler
that aggregates a series of message objects into a single aggregated message.Fields in io.netty.handler.codec declared as MessageToMessageDecoderModifier and TypeFieldDescriptionprivate final MessageToMessageDecoder
<ByteBuf> DatagramPacketDecoder.decoder
private final MessageToMessageDecoder
<Object> MessageToMessageCodec.decoder
Constructors in io.netty.handler.codec with parameters of type MessageToMessageDecoderModifierConstructorDescriptionCreate aDatagramPacket
decoder using the specifiedByteBuf
decoder. -
Uses of MessageToMessageDecoder in io.netty.handler.codec.base64
Subclasses of MessageToMessageDecoder in io.netty.handler.codec.base64Modifier and TypeClassDescriptionclass
-
Uses of MessageToMessageDecoder in io.netty.handler.codec.bytes
Subclasses of MessageToMessageDecoder in io.netty.handler.codec.bytes -
Uses of MessageToMessageDecoder in io.netty.handler.codec.dns
Subclasses of MessageToMessageDecoder in io.netty.handler.codec.dnsModifier and TypeClassDescriptionclass
Decodes aDatagramPacket
into aDatagramDnsQuery
.class
Decodes aDatagramPacket
into aDatagramDnsResponse
. -
Uses of MessageToMessageDecoder in io.netty.handler.codec.http
Subclasses of MessageToMessageDecoder in io.netty.handler.codec.httpModifier and TypeClassDescriptionclass
Client-side handler for handling an HTTP upgrade handshake to another protocol.class
Decodes the content of the receivedHttpRequest
andHttpContent
.class
class
AChannelHandler
that aggregates anHttpMessage
and its followingHttpContent
s into a singleFullHttpRequest
orFullHttpResponse
(depending on if it used to handle requests or responses) with no followingHttpContent
s.class
A server-side handler that receives HTTP requests and optionally performs a protocol switch if the requested protocol is supported. -
Uses of MessageToMessageDecoder in io.netty.handler.codec.http.websocketx
Subclasses of MessageToMessageDecoder in io.netty.handler.codec.http.websocketxModifier and TypeClassDescriptionclass
This handler does all the heavy lifting for you to run a websocket client.class
Handler that aggregate fragmented WebSocketFrame's.(package private) class
class
This handler does all the heavy lifting for you to run a websocket server. -
Uses of MessageToMessageDecoder in io.netty.handler.codec.http.websocketx.extensions
Subclasses of MessageToMessageDecoder in io.netty.handler.codec.http.websocketx.extensionsModifier and TypeClassDescriptionclass
Convenient class for io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension decoder. -
Uses of MessageToMessageDecoder in io.netty.handler.codec.http.websocketx.extensions.compression
Subclasses of MessageToMessageDecoder in io.netty.handler.codec.http.websocketx.extensions.compressionModifier and TypeClassDescription(package private) class
Deflate implementation of a payload decompressor for io.netty.handler.codec.http.websocketx.WebSocketFrame.(package private) class
Per-frame implementation of deflate decompressor.(package private) class
Per-message implementation of deflate decompressor. -
Uses of MessageToMessageDecoder in io.netty.handler.codec.memcache
Subclasses of MessageToMessageDecoder in io.netty.handler.codec.memcacheModifier and TypeClassDescriptionclass
AbstractMemcacheObjectAggregator<H extends MemcacheMessage>
AChannelHandler
that aggregates anMemcacheMessage
and its followingMemcacheContent
s into a singleMemcacheMessage
with no followingMemcacheContent
s. -
Uses of MessageToMessageDecoder in io.netty.handler.codec.memcache.binary
Subclasses of MessageToMessageDecoder in io.netty.handler.codec.memcache.binaryModifier and TypeClassDescriptionclass
An object aggregator for the memcache binary protocol. -
Uses of MessageToMessageDecoder in io.netty.handler.codec.redis
Subclasses of MessageToMessageDecoder in io.netty.handler.codec.redisModifier and TypeClassDescriptionfinal class
AggregatesRedisMessage
parts intoArrayRedisMessage
.final class
AChannelHandler
that aggregates anBulkStringHeaderRedisMessage
and its followingBulkStringRedisContent
s into a singleFullBulkStringRedisMessage
with no followingBulkStringRedisContent
s. -
Uses of MessageToMessageDecoder in io.netty.handler.codec.sctp
Subclasses of MessageToMessageDecoder in io.netty.handler.codec.sctpModifier and TypeClassDescriptionclass
A ChannelHandler which receivesSctpMessage
s which belong to a application protocol form a specific SCTP Stream and decode it asByteBuf
.class
MessageToMessageDecoder
which will take care of handle fragmentedSctpMessage
s, so only completeSctpMessage
s will be forwarded to the nextChannelInboundHandler
.class
-
Uses of MessageToMessageDecoder in io.netty.handler.codec.spdy
Subclasses of MessageToMessageDecoder in io.netty.handler.codec.spdyModifier and TypeClassDescriptionclass
DecodesSpdySynStreamFrame
s,SpdySynReplyFrame
s, andSpdyDataFrame
s intoFullHttpRequest
s andFullHttpResponse
s. -
Uses of MessageToMessageDecoder in io.netty.handler.codec.stomp
Subclasses of MessageToMessageDecoder in io.netty.handler.codec.stompModifier and TypeClassDescriptionclass
AChannelHandler
that aggregates anStompHeadersSubframe
and its followingStompContentSubframe
s into a singleStompFrame
. -
Uses of MessageToMessageDecoder in io.netty.handler.codec.string
Subclasses of MessageToMessageDecoder in io.netty.handler.codec.string