Uses of Class
org.jdrupes.httpcodec.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
Modifier 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
Modifier and TypeClassDescriptionstatic class
HttpDecoder.Result<R extends MessageHeader>
Results fromHttpDecoder
add no additional information toDecoder.Result
.Modifier 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.Modifier 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
Modifier and TypeClassDescriptionstatic class
The result from encoding a response.Modifier and TypeMethodDescriptionprotected Decoder.Result<HttpRequest>
HttpResponseDecoder.messageComplete
(Decoder.Result<HttpRequest> result) Modifier and TypeMethodDescriptionprotected Decoder.Result<HttpRequest>
HttpResponseDecoder.messageComplete
(Decoder.Result<HttpRequest> result) -
Uses of Decoder.Result in org.jdrupes.httpcodec.protocols.http.server
Modifier and TypeClassDescriptionstatic class
Results fromHttpRequestDecoder
add no additional information toHttpDecoder.Result
. -
Uses of Decoder.Result in org.jdrupes.httpcodec.protocols.websocket
Modifier and TypeClassDescriptionstatic class
Results fromWsDecoder
add no additional information toDecoder.Result
.Modifier and TypeMethodDescriptionWsDecoder.decode
(ByteBuffer in, Buffer out, boolean endOfInput)