Uses of Interface
org.apache.http.nio.FileContentEncoder
-
Packages that use FileContentEncoder Package Description org.apache.http.impl.nio.codecs Default implementations of message parses and writers for asynchronous, even driven communication. -
-
Uses of FileContentEncoder in org.apache.http.impl.nio.codecs
Classes in org.apache.http.impl.nio.codecs that implement FileContentEncoder Modifier and Type Class Description class
IdentityEncoder
Content encoder that writes data without any transformation.class
LengthDelimitedEncoder
Content encoder that cuts off after a defined number of bytes.
-