Uses of Class
org.jdrupes.httpcodec.protocols.http.HttpDecoder.Result.Factory
Packages that use 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
Methods in org.jdrupes.httpcodec.protocols.http that return HttpDecoder.Result.FactoryModifier 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
Subclasses of HttpDecoder.Result.Factory in org.jdrupes.httpcodec.protocols.http.clientModifier and TypeClassDescriptionprotected static class
The Factory for (extended) results. -
Uses of HttpDecoder.Result.Factory in org.jdrupes.httpcodec.protocols.http.server
Subclasses of HttpDecoder.Result.Factory in org.jdrupes.httpcodec.protocols.http.server