Package | Description |
---|---|
org.apache.http.impl.entity |
Default implementations for interfaces in
org.apache.http.entity and provides utility
classes for serialization and deserialization of HTTP content entities. |
org.apache.http.nio.entity |
Common HTTP entity implementations with extensions for
asynchronous (non-blocking) data transfer.
|
Modifier and Type | Method and Description |
---|---|
protected BasicHttpEntity |
EntityDeserializer.doDeserialize(SessionInputBuffer inbuffer,
HttpMessage message)
Creates a
BasicHttpEntity based on properties of the given
message. |
Modifier and Type | Class and Description |
---|---|
class |
ContentBufferEntity
HTTP entity wrapper whose content is provided by a
ContentInputBuffer . |
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.