Uses of Interface
org.apache.hc.core5.http.nio.FileContentDecoder
-
Packages that use FileContentDecoder 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 FileContentDecoder in org.apache.hc.core5.http.impl.nio
Classes in org.apache.hc.core5.http.impl.nio that implement FileContentDecoder Modifier and Type Class Description class
IdentityDecoder
Content decoder that reads data without any transformation.class
LengthDelimitedDecoder
Content decoder that cuts off after a defined number of bytes.
-