|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BasicHttpEntity | |
|---|---|
| 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. |
| Uses of BasicHttpEntity in org.apache.http.impl.entity |
|---|
| Methods in org.apache.http.impl.entity that return BasicHttpEntity | |
|---|---|
protected BasicHttpEntity |
EntityDeserializer.doDeserialize(SessionInputBuffer inbuffer,
HttpMessage message)
Creates a BasicHttpEntity based on properties of the given
message. |
| Uses of BasicHttpEntity in org.apache.http.nio.entity |
|---|
| Subclasses of BasicHttpEntity in org.apache.http.nio.entity | |
|---|---|
class |
ContentBufferEntity
HTTP entity wrapper whose content is provided by a ContentInputBuffer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||