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