Uses of Class
org.jdrupes.httpcodec.protocols.http.server.HttpRequestDecoder.Result
Package
Description
HTTP codecs required on the server side.
-
Uses of HttpRequestDecoder.Result in org.jdrupes.httpcodec.protocols.http.server
Modifier and TypeMethodDescriptionHttpRequestDecoder.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.Factory.newResult
(boolean overflow, boolean underflow, boolean headerCompleted, HttpResponse response, boolean responseOnly) Create a new result.