Uses of Class
org.jdrupes.httpcodec.protocols.http.HttpDecoder.Result.Factory
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.Factory in org.jdrupes.httpcodec.protocols.http
Modifier and TypeMethodDescriptionprotected abstract HttpDecoder.Result.Factory<R>
HttpDecoder.resultFactory()
Returns the result factory for this codec. -
Uses of HttpDecoder.Result.Factory in org.jdrupes.httpcodec.protocols.http.client
Modifier and TypeClassDescriptionprotected static class
The Factory for (extended) results. -
Uses of HttpDecoder.Result.Factory in org.jdrupes.httpcodec.protocols.http.server