Uses of Class
org.apache.http.entity.HttpEntityWrapper
| Package | Description |
|---|---|
| org.apache.http.conn |
The client-side connection management and handling API
at the heart of what is referred to as HttpConn.
|
| org.apache.http.entity |
Representations for HTTP message entities.
|
-
Uses of HttpEntityWrapper in org.apache.http.conn
Subclasses of HttpEntityWrapper in org.apache.http.conn Modifier and Type Class Description classBasicManagedEntityAn entity that releases aconnection. -
Uses of HttpEntityWrapper in org.apache.http.entity
Subclasses of HttpEntityWrapper in org.apache.http.entity Modifier and Type Class Description classBufferedHttpEntityA wrapping entity that buffers it content if necessary.