Uses of Class
org.jdrupes.httpcodec.protocols.http.server.HttpRequestDecoder.Result
Package | Description |
---|---|
org.jdrupes.httpcodec.protocols.http.server |
HTTP codecs required on the server side.
|
-
Uses of HttpRequestDecoder.Result in org.jdrupes.httpcodec.protocols.http.server
Methods in org.jdrupes.httpcodec.protocols.http.server that return HttpRequestDecoder.Result Modifier and Type Method Description HttpRequestDecoder.Result
HttpRequestDecoder. decode(ByteBuffer in, Buffer out, boolean endOfInput)
protected HttpRequestDecoder.Result
HttpRequestDecoder.Result.Factory. newResult(boolean overflow, boolean underflow)
Overrides the base interface’s factory method in order to make it return the extended return type.HttpRequestDecoder.Result
HttpRequestDecoder.Result.Factory. newResult(boolean overflow, boolean underflow, boolean headerCompleted, HttpResponse response, boolean responseOnly)
Create a new result.