Uses of Class
org.jdrupes.httpcodec.protocols.http.HttpDecoder.Result
Packages that use HttpDecoder.Result
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.Result in org.jdrupes.httpcodec.protocols.http
Methods in org.jdrupes.httpcodec.protocols.http that return HttpDecoder.ResultModifier and TypeMethodDescriptionprotected abstract HttpDecoder.Result<R>
HttpDecoder.Result.Factory.newResult
(boolean overflow, boolean underflow) Create a new result. -
Uses of HttpDecoder.Result in org.jdrupes.httpcodec.protocols.http.client
Subclasses of HttpDecoder.Result in org.jdrupes.httpcodec.protocols.http.clientModifier and TypeClassDescriptionstatic class
The result from encoding a response. -
Uses of HttpDecoder.Result in org.jdrupes.httpcodec.protocols.http.server
Subclasses of HttpDecoder.Result in org.jdrupes.httpcodec.protocols.http.serverModifier and TypeClassDescriptionstatic class
Results fromHttpRequestDecoder
add no additional information toHttpDecoder.Result
.