Uses of Enum Class
org.jdrupes.httpcodec.protocols.http.HttpDecoder.BodyMode
Package
Description
Classes required for handling the HTTP protocol.
HTTP codecs required on the client side.
HTTP codecs required on the server side.
-
Uses of HttpDecoder.BodyMode in org.jdrupes.httpcodec.protocols.http
Modifier and TypeMethodDescriptionprotected abstract HttpDecoder.BodyMode
HttpDecoder.headerReceived
(T message) Informs the derived class that the header has been received completely.static HttpDecoder.BodyMode
Returns the enum constant of this class with the specified name.static HttpDecoder.BodyMode[]
HttpDecoder.BodyMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HttpDecoder.BodyMode in org.jdrupes.httpcodec.protocols.http.client
Modifier and TypeMethodDescriptionprotected HttpDecoder.BodyMode
HttpResponseDecoder.headerReceived
(HttpResponse message) -
Uses of HttpDecoder.BodyMode in org.jdrupes.httpcodec.protocols.http.server
Modifier and TypeMethodDescriptionprotected HttpDecoder.BodyMode
HttpRequestDecoder.headerReceived
(HttpRequest message)