Uses of Interface
org.apache.http.nio.FileContentDecoder
-
Packages that use FileContentDecoder Package Description org.apache.http.impl.nio.codecs Default implementations of message parses and writers for asynchronous, even driven communication. -
-
Uses of FileContentDecoder in org.apache.http.impl.nio.codecs
Classes in org.apache.http.impl.nio.codecs that implement FileContentDecoder Modifier and Type Class Description classIdentityDecoderContent decoder that reads data without any transformation.classLengthDelimitedDecoderContent decoder that cuts off after a defined number of bytes.
-