Uses of Class
org.jdrupes.httpcodec.protocols.http.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
Modifier 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
Modifier and TypeClassDescriptionprotected static class
A concrete factory for creating new Results. -
Uses of HttpEncoder.Result.Factory in org.jdrupes.httpcodec.protocols.http.server
Modifier and TypeClassDescriptionprotected static class
A factory for creating new Results.