Package | Description |
---|---|
io.netty.handler.codec |
Extensible decoder and its common implementations which deal with the
packet fragmentation and reassembly issue found in a stream-based transport
such as TCP/IP.
|
io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
io.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
io.netty.handler.codec.stomp |
STOMP codec
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHeadersImpl<K,V>
A concrete implementation of
DefaultHeaders that allows for direct instantiation. |
Modifier and Type | Method and Description |
---|---|
DefaultHeaders<K,V,T> |
DefaultHeaders.copy()
Returns a deep copy of this instance.
|
Constructor and Description |
---|
DefaultHttpHeaders(DefaultHeaders<CharSequence,CharSequence,?> headers) |
Modifier and Type | Class and Description |
---|---|
class |
CharSequenceMap<V>
Internal use only!
|
class |
DefaultHttp2Headers |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSpdyHeaders |
Modifier and Type | Class and Description |
---|---|
class |
DefaultStompHeaders |
Copyright © 2008–2024 The Netty Project. All rights reserved.