Uses of Class
org.apache.hc.core5.http.impl.nio.AbstractContentDecoder
-
Packages that use AbstractContentDecoder Package Description org.apache.hc.core5.http.impl.nio Default implementation of HTTP/1.1 transport based on the asynchronous (non-blocking) I/O model. -
-
Uses of AbstractContentDecoder in org.apache.hc.core5.http.impl.nio
Subclasses of AbstractContentDecoder in org.apache.hc.core5.http.impl.nio Modifier and Type Class Description class
ChunkDecoder
Implements chunked transfer decoding.class
IdentityDecoder
Content decoder that reads data without any transformation.class
LengthDelimitedDecoder
Content decoder that cuts off after a defined number of bytes.
-