Uses of Class
org.jdrupes.httpcodec.protocols.http.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
Modifier 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
Modifier and TypeClassDescriptionstatic class
The result from encoding a response. -
Uses of HttpDecoder.Result in org.jdrupes.httpcodec.protocols.http.server
Modifier and TypeClassDescriptionstatic class
Results fromHttpRequestDecoder
add no additional information toHttpDecoder.Result
.