Uses of Interface
org.apache.hc.core5.http.nio.ContentDecoder
Packages that use ContentDecoder
Package
Description
Default implementation of HTTP/1.1 transport based on
the asynchronous (non-blocking) I/O model.
Core HTTP transport APIs based on the asynchronous, event driven I/O model.
-
Uses of ContentDecoder in org.apache.hc.core5.http.impl.nio
Classes in org.apache.hc.core5.http.impl.nio that implement ContentDecoderModifier and TypeClassDescriptionclass
AbstractContentDecoder
that serves as a base for all content decoder implementations.class
Implements chunked transfer decoding.class
Content decoder that reads data without any transformation.class
Content decoder that cuts off after a defined number of bytes.Fields in org.apache.hc.core5.http.impl.nio with type parameters of type ContentDecoderModifier and TypeFieldDescriptionprivate Message
<IncomingMessage, ContentDecoder> AbstractHttp1StreamDuplexer.incomingMessage
Methods in org.apache.hc.core5.http.impl.nio that return ContentDecoderModifier and TypeMethodDescription(package private) abstract ContentDecoder
AbstractHttp1StreamDuplexer.createContentDecoder
(long contentLength, ReadableByteChannel channel, SessionInputBuffer buffer, BasicHttpTransportMetrics metrics) protected ContentDecoder
ClientHttp1StreamDuplexer.createContentDecoder
(long len, ReadableByteChannel channel, SessionInputBuffer buffer, BasicHttpTransportMetrics metrics) protected ContentDecoder
ServerHttp1StreamDuplexer.createContentDecoder
(long len, ReadableByteChannel channel, SessionInputBuffer buffer, BasicHttpTransportMetrics metrics) -
Uses of ContentDecoder in org.apache.hc.core5.http.nio
Subinterfaces of ContentDecoder in org.apache.hc.core5.http.nioModifier and TypeInterfaceDescriptioninterface
A content decoder capable of transferring data directly to aFileChannel