Uses of Interface
org.apache.hc.core5.http.nio.FileContentEncoder
-
Packages that use FileContentEncoder 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 FileContentEncoder in org.apache.hc.core5.http.impl.nio
Classes in org.apache.hc.core5.http.impl.nio that implement FileContentEncoder Modifier and Type Class Description classIdentityEncoderContent encoder that writes data without any transformation.classLengthDelimitedEncoderContent encoder that cuts off after a defined number of bytes.
-