Package | Description |
---|---|
org.apache.http.impl.entity |
Default implementations of entity content strategies.
|
org.apache.http.nio.entity |
Core HTTP entity implementations with support for
asynchronous, event driven communication.
|
Modifier and Type | Method and Description |
---|---|
protected BasicHttpEntity |
EntityDeserializer.doDeserialize(SessionInputBuffer inbuffer,
HttpMessage message)
Deprecated.
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–2017 The Apache Software Foundation. All rights reserved.