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