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.
Common superset of ascii and binary classes.
Implementations and Interfaces for the Memcache Binary protocol.
Encoder and decoder which transform a
Google Protocol Buffers
Message and MessageNano into a
ByteBuf and vice versa.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 TypeClassDescriptionclassA decoder that decodes the content of the receivedDatagramPacketusing the specifiedByteBufdecoder.classMessageAggregator<I, S, C extends ByteBufHolder, O extends ByteBufHolder>An abstractChannelHandlerthat aggregates a series of message objects into a single aggregated message.Constructors in io.netty.handler.codec with parameters of type MessageToMessageDecoderModifierConstructorDescriptionCreate aDatagramPacketdecoder using the specifiedByteBufdecoder. -
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 TypeClassDescriptionclassDecodes aDatagramPacketinto aDatagramDnsQuery.classDecodes aDatagramPacketinto aDatagramDnsResponse. -
Uses of MessageToMessageDecoder in io.netty.handler.codec.http
Subclasses of MessageToMessageDecoder in io.netty.handler.codec.httpModifier and TypeClassDescriptionclassClient-side handler for handling an HTTP upgrade handshake to another protocol.classDecodes the content of the receivedHttpRequestandHttpContent.classclassAChannelHandlerthat aggregates anHttpMessageand its followingHttpContents into a singleFullHttpRequestorFullHttpResponse(depending on if it used to handle requests or responses) with no followingHttpContents.classA 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 TypeClassDescriptionclassThis handler does all the heavy lifting for you to run a websocket client.classHandler that aggregate fragmented WebSocketFrame's.classThis 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 TypeClassDescriptionclassConvenient class for io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension decoder. -
Uses of MessageToMessageDecoder in io.netty.handler.codec.memcache
Subclasses of MessageToMessageDecoder in io.netty.handler.codec.memcacheModifier and TypeClassDescriptionclassAbstractMemcacheObjectAggregator<H extends MemcacheMessage>AChannelHandlerthat aggregates anMemcacheMessageand its followingMemcacheContents into a singleMemcacheMessagewith no followingMemcacheContents. -
Uses of MessageToMessageDecoder in io.netty.handler.codec.memcache.binary
Subclasses of MessageToMessageDecoder in io.netty.handler.codec.memcache.binaryModifier and TypeClassDescriptionclassAn object aggregator for the memcache binary protocol. -
Uses of MessageToMessageDecoder in io.netty.handler.codec.protobuf
Subclasses of MessageToMessageDecoder in io.netty.handler.codec.protobufModifier and TypeClassDescriptionclassclass -
Uses of MessageToMessageDecoder in io.netty.handler.codec.redis
Subclasses of MessageToMessageDecoder in io.netty.handler.codec.redisModifier and TypeClassDescriptionfinal classAggregatesRedisMessageparts intoArrayRedisMessage.final classAChannelHandlerthat aggregates anBulkStringHeaderRedisMessageand its followingBulkStringRedisContents into a singleFullBulkStringRedisMessagewith no followingBulkStringRedisContents. -
Uses of MessageToMessageDecoder in io.netty.handler.codec.sctp
Subclasses of MessageToMessageDecoder in io.netty.handler.codec.sctpModifier and TypeClassDescriptionclassA ChannelHandler which receivesSctpMessages which belong to a application protocol form a specific SCTP Stream and decode it asByteBuf.classMessageToMessageDecoderwhich will take care of handle fragmentedSctpMessages, so only completeSctpMessages 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 TypeClassDescriptionclassDecodesSpdySynStreamFrames,SpdySynReplyFrames, andSpdyDataFrames intoFullHttpRequests andFullHttpResponses. -
Uses of MessageToMessageDecoder in io.netty.handler.codec.stomp
Subclasses of MessageToMessageDecoder in io.netty.handler.codec.stompModifier and TypeClassDescriptionclassAChannelHandlerthat aggregates anStompHeadersSubframeand its followingStompContentSubframes into a singleStompFrame. -
Uses of MessageToMessageDecoder in io.netty.handler.codec.string
Subclasses of MessageToMessageDecoder in io.netty.handler.codec.string