Package | Description |
---|---|
io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
Modifier and Type | Field and Description |
---|---|
(package private) static EmptyHttpHeaders |
HttpUtil.EMPTY_HEADERS
Deprecated.
Use
INSTANCE
The instance is instantiated here to break the cyclic static initialization between |
static EmptyHttpHeaders |
EmptyHttpHeaders.INSTANCE |
Modifier and Type | Method and Description |
---|---|
(package private) static EmptyHttpHeaders |
EmptyHttpHeaders.instance()
Deprecated.
Use
INSTANCE
This is needed to break a cyclic static initialization loop between |