| Package | Description |
|---|---|
| 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
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMemcacheObjectAggregator<H extends MemcacheMessage>
A
ChannelHandler that aggregates an MemcacheMessage
and its following MemcacheContents into a single MemcacheMessage with
no following MemcacheContents. |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryMemcacheObjectAggregator
An object aggregator for the memcache binary protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RedisBulkStringAggregator
A
ChannelHandler that aggregates an BulkStringHeaderRedisMessage
and its following BulkStringRedisContents into a single FullBulkStringRedisMessage
with no following BulkStringRedisContents. |
| Modifier and Type | Class and Description |
|---|---|
class |
StompSubframeAggregator
A
ChannelHandler that aggregates an StompHeadersSubframe
and its following StompContentSubframes into a single StompFrame. |