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 TypeClassDescriptionclassClient-side handler for handling an HTTP upgrade handshake to another protocol.classAChannelHandlerthat 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 MessageAggregator in io.netty.handler.codec.http.websocketx
Subclasses of MessageAggregator in io.netty.handler.codec.http.websocketxModifier and TypeClassDescriptionclassHandler that aggregate fragmented WebSocketFrame's. -
Uses of MessageAggregator in io.netty.handler.codec.memcache
Subclasses of MessageAggregator in io.netty.handler.codec.memcacheModifier and TypeClassDescriptionclassAbstractMemcacheObjectAggregator<H extends MemcacheMessage>AChannelHandlerthat aggregates anMemcacheMessageand its followingMemcacheContents into a singleMemcacheMessagewith no followingMemcacheContents. -
Uses of MessageAggregator in io.netty.handler.codec.memcache.binary
Subclasses of MessageAggregator in io.netty.handler.codec.memcache.binaryModifier and TypeClassDescriptionclassAn 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 classAChannelHandlerthat aggregates anBulkStringHeaderRedisMessageand its followingBulkStringRedisContents into a singleFullBulkStringRedisMessagewith no followingBulkStringRedisContents. -
Uses of MessageAggregator in io.netty.handler.codec.stomp
Subclasses of MessageAggregator in io.netty.handler.codec.stompModifier and TypeClassDescriptionclassAChannelHandlerthat aggregates anStompHeadersSubframeand its followingStompContentSubframes into a singleStompFrame.