Uses of Class
org.jdrupes.httpcodec.protocols.http.server.HttpRequestDecoder.Result
Packages that use HttpRequestDecoder.Result
Package
Description
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.ResultModifier and TypeMethodDescriptionHttpRequestDecoder.decode(ByteBuffer in, Buffer out, boolean endOfInput) protected HttpRequestDecoder.ResultHttpRequestDecoder.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.