Uses of Class
org.jdrupes.httpcodec.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
Modifier and TypeClassDescriptionprotected static class
Decoder.Result.Factory<R extends MessageHeader>
The Factory for (extended) results. -
Uses of Codec.Result.Factory in org.jdrupes.httpcodec.protocols.http
Modifier and TypeClassDescriptionprotected static class
HttpDecoder.Result.Factory<R extends MessageHeader>
A factory for creating new Results.protected static class
A factory for creating new Results. -
Uses of Codec.Result.Factory in org.jdrupes.httpcodec.protocols.http.client
Modifier and TypeClassDescriptionprotected static class
A concrete factory for creating new Results.protected static class
The Factory for (extended) results. -
Uses of Codec.Result.Factory in org.jdrupes.httpcodec.protocols.http.server
Modifier and TypeClassDescriptionprotected static class
protected static class
A factory for creating new Results. -
Uses of Codec.Result.Factory in org.jdrupes.httpcodec.protocols.websocket
Modifier and TypeClassDescriptionprotected static class
protected static class
A factory for creating new Results.