Uses of Class
org.jdrupes.httpcodec.Decoder.Result.Factory
Package | Description |
---|---|
org.jdrupes.httpcodec.protocols.http |
Classes required for handling the HTTP protocol.
|
org.jdrupes.httpcodec.protocols.http.client |
HTTP codecs required on the client side.
|
org.jdrupes.httpcodec.protocols.http.server |
HTTP codecs required on the server side.
|
org.jdrupes.httpcodec.protocols.websocket |
Classes for handling the Websocket protocol.
|
-
Uses of Decoder.Result.Factory in org.jdrupes.httpcodec.protocols.http
Subclasses of Decoder.Result.Factory in org.jdrupes.httpcodec.protocols.http Modifier and Type Class Description protected static class
HttpDecoder.Result.Factory<R extends MessageHeader>
A factory for creating new Results. -
Uses of Decoder.Result.Factory in org.jdrupes.httpcodec.protocols.http.client
Subclasses of Decoder.Result.Factory in org.jdrupes.httpcodec.protocols.http.client Modifier and Type Class Description protected static class
HttpResponseDecoder.Result.Factory
The Factory for (extended) results. -
Uses of Decoder.Result.Factory in org.jdrupes.httpcodec.protocols.http.server
Subclasses of Decoder.Result.Factory in org.jdrupes.httpcodec.protocols.http.server Modifier and Type Class Description protected static class
HttpRequestDecoder.Result.Factory
-
Uses of Decoder.Result.Factory in org.jdrupes.httpcodec.protocols.websocket
Subclasses of Decoder.Result.Factory in org.jdrupes.httpcodec.protocols.websocket Modifier and Type Class Description protected static class
WsDecoder.Result.Factory