Package | Description |
---|---|
org.apache.http.impl.nio.codecs |
Default implementations for interfaces in
org.apache.http.nio.codecs . |
Modifier and Type | Class and Description |
---|---|
class |
ChunkDecoder
Implements chunked transfer coding.
|
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-2015 The Apache Software Foundation. All Rights Reserved.