-
Interfaces Interface Description io.netty.handler.codec.http.Cookie UseCookie
instead.
-
Fields Field Description io.netty.handler.codec.http.HttpHeaderNames.KEEP_ALIVE useHttpHeaderNames.CONNECTION
"keep-alive"
io.netty.handler.codec.http.HttpHeaderNames.PROXY_CONNECTION useHttpHeaderNames.CONNECTION
"proxy-connection"
io.netty.handler.codec.http.HttpHeaders.EMPTY_HEADERS UseEmptyHttpHeaders.INSTANCE
.The instance is instantiated here to break the cyclic static initialization between
EmptyHttpHeaders
andHttpHeaders
. The issue is that if someone accessesEmptyHttpHeaders.INSTANCE
beforeHttpHeaders.EMPTY_HEADERS
thenHttpHeaders.EMPTY_HEADERS
will benull
.io.netty.handler.codec.http.HttpObjectDecoder.validateHeaders
-
Enum Constants Enum Constant Description io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.ServerHandshakeStateEvent.HANDSHAKE_COMPLETE in favor ofWebSocketServerProtocolHandler.HandshakeComplete
class, it provides extra information about the handshake