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 TypeClassDescriptionclassAbstractContentDecoderthat serves as a base for all content decoder implementations.classImplements chunked transfer decoding.classContent decoder that reads data without any transformation.classContent decoder that cuts off after a defined number of bytes.Methods in org.apache.hc.core5.http.impl.nio that return ContentDecoderModifier and TypeMethodDescriptionprotected ContentDecoderClientHttp1StreamDuplexer.createContentDecoder(long len, ReadableByteChannel channel, SessionInputBuffer buffer, BasicHttpTransportMetrics metrics) protected ContentDecoderServerHttp1StreamDuplexer.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 TypeInterfaceDescriptioninterfaceA content decoder capable of transferring data directly to aFileChannel