Uses of Interface
org.apache.http.nio.FileContentDecoder

Packages that use FileContentDecoder
org.apache.http.impl.nio.codecs Default implementations for interfaces in org.apache.http.nio.codecs
 

Uses of FileContentDecoder in org.apache.http.impl.nio.codecs
 

Classes in org.apache.http.impl.nio.codecs that implement FileContentDecoder
 class IdentityDecoder
          Content decoder that reads data without any transformation.
 class LengthDelimitedDecoder
          Content decoder that cuts off after a defined number of bytes.
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.