-
Terminally Deprecated ElementsElementDescriptionUnused now
-
Deprecated InterfacesInterfaceDescriptionUse the
MessageBodyReader
API insteadUnused now
-
Deprecated MethodsMethodDescriptionThe
SETTINGS_ENABLE_PUSH
setting makes no sense when sent by the server, and clients must reject any setting exceptfalse
(the default) according to the spec.TheSETTINGS_ENABLE_PUSH
setting makes no sense when sent by the server, and clients must reject any setting exceptfalse
(the default) according to the spec. Netty will refuse to write this setting altogether. To prevent this, this setter now does nothing and will be removed in a future release.Does not work for unix or embedded channels. Please implement and useLogElement.onRequestHeaders(ConnectionMetadata, String, HttpHeaders, String, String)
instead.
-
Deprecated Constructors