| Package | Description |
|---|---|
| org.apache.http |
Core HTTP component APIs and primitives.
|
| org.apache.http.impl |
Default implementations of HTTP connections for synchronous,
blocking communication.
|
| org.apache.http.message |
Core HTTP message components, message element parser
and writer APIs and their default implementations.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
HttpServerConnection.receiveRequestEntity(HttpEntityEnclosingRequest request) |
Receives the next request entity available from this connection and attaches it to
an existing request.
|
void |
HttpClientConnection.sendRequestEntity(HttpEntityEnclosingRequest request) |
Sends the request entity over the connection.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractHttpServerConnection.receiveRequestEntity(HttpEntityEnclosingRequest request) |
Deprecated.
|
void |
DefaultBHttpServerConnection.receiveRequestEntity(HttpEntityEnclosingRequest request) |
|
void |
AbstractHttpClientConnection.sendRequestEntity(HttpEntityEnclosingRequest request) |
Deprecated.
|
void |
DefaultBHttpClientConnection.sendRequestEntity(HttpEntityEnclosingRequest request) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
BasicHttpEntityEnclosingRequest |
Basic implementation of
HttpEntityEnclosingRequest. |