Package | Description |
---|---|
io.netty.handler.codec |
Benchmarks for
io.netty.handler.codec . |
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. |
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–2016 The Netty Project. All rights reserved.