Uses of Class
org.jdrupes.httpcodec.Decoder.Result
Packages that use Decoder.Result
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 Decoder.Result in org.jdrupes.httpcodec
Methods in org.jdrupes.httpcodec that return Decoder.ResultModifier and TypeMethodDescriptionClientEngine.decode
(ByteBuffer in, Buffer out, boolean endOfInput) Convenience method to invoke the decoder’s decode method.Decoder.decode
(ByteBuffer in, Buffer out, boolean endOfInput) Decodes the next chunk of data.ServerEngine.decode
(ByteBuffer in, Buffer out, boolean endOfInput) Decodes a request sent to the server. -
Uses of Decoder.Result in org.jdrupes.httpcodec.protocols.http
Subclasses of Decoder.Result in org.jdrupes.httpcodec.protocols.httpModifier and TypeClassDescriptionstatic class
HttpDecoder.Result<R extends MessageHeader>
Results fromHttpDecoder
add no additional information toDecoder.Result
.Methods in org.jdrupes.httpcodec.protocols.http that return Decoder.ResultModifier and TypeMethodDescriptionHttpDecoder.decode
(ByteBuffer in, Buffer out, boolean endOfInput) Decodes the next chunk of data.protected Decoder.Result<R>
HttpDecoder.messageComplete
(Decoder.Result<R> result) Informs the derived class that a complete message has been received and the given result will be returned.Methods in org.jdrupes.httpcodec.protocols.http with parameters of type Decoder.ResultModifier and TypeMethodDescriptionprotected Decoder.Result<R>
HttpDecoder.messageComplete
(Decoder.Result<R> result) Informs the derived class that a complete message has been received and the given result will be returned. -
Uses of Decoder.Result in org.jdrupes.httpcodec.protocols.http.client
Subclasses of Decoder.Result in org.jdrupes.httpcodec.protocols.http.clientModifier and TypeClassDescriptionstatic class
The result from encoding a response.Methods in org.jdrupes.httpcodec.protocols.http.client that return Decoder.ResultModifier and TypeMethodDescriptionprotected Decoder.Result<HttpRequest>
HttpResponseDecoder.messageComplete
(Decoder.Result<HttpRequest> result) Methods in org.jdrupes.httpcodec.protocols.http.client with parameters of type Decoder.ResultModifier and TypeMethodDescriptionprotected Decoder.Result<HttpRequest>
HttpResponseDecoder.messageComplete
(Decoder.Result<HttpRequest> result) -
Uses of Decoder.Result in org.jdrupes.httpcodec.protocols.http.server
Subclasses of Decoder.Result in org.jdrupes.httpcodec.protocols.http.serverModifier and TypeClassDescriptionstatic class
Results fromHttpRequestDecoder
add no additional information toHttpDecoder.Result
. -
Uses of Decoder.Result in org.jdrupes.httpcodec.protocols.websocket
Subclasses of Decoder.Result in org.jdrupes.httpcodec.protocols.websocketModifier and TypeClassDescriptionstatic class
Results fromWsDecoder
add no additional information toDecoder.Result
.Methods in org.jdrupes.httpcodec.protocols.websocket that return Decoder.ResultModifier and TypeMethodDescriptionWsDecoder.decode
(ByteBuffer in, Buffer out, boolean endOfInput)