Uses of Class
io.netty.handler.codec.MessageAggregator
-
Packages that use MessageAggregator Package Description io.netty.handler.codec.http Encoder, decoder and their related message types for HTTP.io.netty.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames.io.netty.handler.codec.memcache Common superset of ascii and binary classes.io.netty.handler.codec.memcache.binary Implementations and Interfaces for the Memcache Binary protocol.io.netty.handler.codec.redis Encoder, decoder for Redis.io.netty.handler.codec.stomp STOMP codec -
-
Uses of MessageAggregator in io.netty.handler.codec.http
Subclasses of MessageAggregator in io.netty.handler.codec.http Modifier and Type Class Description classHttpClientUpgradeHandlerClient-side handler for handling an HTTP upgrade handshake to another protocol.classHttpObjectAggregatorAChannelHandlerthat aggregates anHttpMessageand its followingHttpContents into a singleFullHttpRequestorFullHttpResponse(depending on if it used to handle requests or responses) with no followingHttpContents.classHttpServerUpgradeHandlerA 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.websocketx Modifier and Type Class Description classWebSocketFrameAggregatorHandler that aggregate fragmented WebSocketFrame's. -
Uses of MessageAggregator in io.netty.handler.codec.memcache
Subclasses of MessageAggregator in io.netty.handler.codec.memcache Modifier and Type Class Description classAbstractMemcacheObjectAggregator<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.binary Modifier and Type Class Description classBinaryMemcacheObjectAggregatorAn object aggregator for the memcache binary protocol. -
Uses of MessageAggregator in io.netty.handler.codec.redis
Subclasses of MessageAggregator in io.netty.handler.codec.redis Modifier and Type Class Description classRedisBulkStringAggregatorAChannelHandlerthat 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.stomp Modifier and Type Class Description classStompSubframeAggregatorAChannelHandlerthat aggregates anStompHeadersSubframeand its followingStompContentSubframes into a singleStompFrame.
-