Uses of Class
io.netty.handler.codec.MessageAggregator
Packages that use MessageAggregator
Package
Description
Encoder, decoder and their related message types for HTTP.
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
Common superset of ascii and binary classes.
Implementations and Interfaces for the Memcache Binary protocol.
Encoder, decoder for Redis.
STOMP codec
-
Uses of MessageAggregator in io.netty.handler.codec.http
Subclasses of MessageAggregator in io.netty.handler.codec.httpModifier and TypeClassDescriptionclass
Client-side handler for handling an HTTP upgrade handshake to another protocol.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 MessageAggregator in io.netty.handler.codec.http.websocketx
Subclasses of MessageAggregator in io.netty.handler.codec.http.websocketxModifier and TypeClassDescriptionclass
Handler that aggregate fragmented WebSocketFrame's. -
Uses of MessageAggregator in io.netty.handler.codec.memcache
Subclasses of MessageAggregator 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 MessageAggregator in io.netty.handler.codec.memcache.binary
Subclasses of MessageAggregator in io.netty.handler.codec.memcache.binaryModifier and TypeClassDescriptionclass
An object aggregator for the memcache binary protocol. -
Uses of MessageAggregator in io.netty.handler.codec.redis
Subclasses of MessageAggregator in io.netty.handler.codec.redisModifier and TypeClassDescriptionfinal class
AChannelHandler
that aggregates anBulkStringHeaderRedisMessage
and its followingBulkStringRedisContent
s into a singleFullBulkStringRedisMessage
with no followingBulkStringRedisContent
s. -
Uses of MessageAggregator in io.netty.handler.codec.stomp
Subclasses of MessageAggregator in io.netty.handler.codec.stompModifier and TypeClassDescriptionclass
AChannelHandler
that aggregates anStompHeadersSubframe
and its followingStompContentSubframe
s into a singleStompFrame
.