Uses of Class
org.jdrupes.httpcodec.protocols.http.HttpEncoder.Result.Factory
Packages that use HttpEncoder.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 HttpEncoder.Result.Factory in org.jdrupes.httpcodec.protocols.http
Methods in org.jdrupes.httpcodec.protocols.http that return HttpEncoder.Result.FactoryModifier and TypeMethodDescriptionprotected abstract HttpEncoder.Result.Factory
HttpEncoder.resultFactory()
Returns the result factory for this codec. -
Uses of HttpEncoder.Result.Factory in org.jdrupes.httpcodec.protocols.http.client
Subclasses of HttpEncoder.Result.Factory in org.jdrupes.httpcodec.protocols.http.clientModifier and TypeClassDescriptionprotected static class
A concrete factory for creating new Results. -
Uses of HttpEncoder.Result.Factory in org.jdrupes.httpcodec.protocols.http.server
Subclasses of HttpEncoder.Result.Factory in org.jdrupes.httpcodec.protocols.http.serverModifier and TypeClassDescriptionprotected static class
A factory for creating new Results.