Uses of Class
org.jdrupes.httpcodec.Codec.Result.Factory
Packages that use Codec.Result.Factory
Package
Description
The entry point interfaces and classes.
Classes required for handling the HTTP protocol.
HTTP codecs required on the client side.
HTTP codecs required on the server side.
Classes for handling the Websocket protocol.
-
Uses of Codec.Result.Factory in org.jdrupes.httpcodec
Subclasses of Codec.Result.Factory in org.jdrupes.httpcodecModifier and TypeClassDescriptionprotected static classDecoder.Result.Factory<R extends MessageHeader>The Factory for (extended) results. -
Uses of Codec.Result.Factory in org.jdrupes.httpcodec.protocols.http
Subclasses of Codec.Result.Factory in org.jdrupes.httpcodec.protocols.httpModifier and TypeClassDescriptionprotected static classHttpDecoder.Result.Factory<R extends MessageHeader>A factory for creating new Results.protected static classA factory for creating new Results. -
Uses of Codec.Result.Factory in org.jdrupes.httpcodec.protocols.http.client
Subclasses of Codec.Result.Factory in org.jdrupes.httpcodec.protocols.http.clientModifier and TypeClassDescriptionprotected static classA concrete factory for creating new Results.protected static classThe Factory for (extended) results. -
Uses of Codec.Result.Factory in org.jdrupes.httpcodec.protocols.http.server
Subclasses of Codec.Result.Factory in org.jdrupes.httpcodec.protocols.http.serverModifier and TypeClassDescriptionprotected static classprotected static classA factory for creating new Results. -
Uses of Codec.Result.Factory in org.jdrupes.httpcodec.protocols.websocket
Subclasses of Codec.Result.Factory in org.jdrupes.httpcodec.protocols.websocketModifier and TypeClassDescriptionprotected static classprotected static classA factory for creating new Results.