| 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
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpClientUpgradeHandler
Client-side handler for handling an HTTP upgrade handshake to another protocol.
|
class |
HttpObjectAggregator
A
ChannelHandler that aggregates an HttpMessage
and its following HttpContents into a single FullHttpRequest
or FullHttpResponse (depending on if it used to handle requests or responses)
with no following HttpContents. |
class |
HttpServerUpgradeHandler
A server-side handler that receives HTTP requests and optionally performs a protocol switch if
the requested protocol is supported.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocketFrameAggregator
Handler that aggregate fragmented WebSocketFrame's.
|
| 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. |
Copyright © 2008–2025 The Netty Project. All rights reserved.