Uses of Interface
org.apache.http.HttpEntityEnclosingRequest
| Package | Description |
|---|---|
| org.apache.http |
The core interfaces and classes of the HTTP components.
|
| org.apache.http.client.methods |
Request implementations for the various HTTP methods like GET and POST.
|
| org.apache.http.impl |
Default implementations for interfaces in
org.apache.http. |
| org.apache.http.impl.client | |
| org.apache.http.impl.conn | |
| org.apache.http.message |
A selection of HTTP
message
implementations. |
-
Uses of HttpEntityEnclosingRequest in org.apache.http
Methods in org.apache.http with parameters of type HttpEntityEnclosingRequest Modifier and Type Method Description voidHttpServerConnection. receiveRequestEntity(HttpEntityEnclosingRequest request)Receives the next request entity available from this connection and attaches it to an existing request.voidHttpClientConnection. sendRequestEntity(HttpEntityEnclosingRequest request)Sends the request entity over the connection. -
Uses of HttpEntityEnclosingRequest in org.apache.http.client.methods
Classes in org.apache.http.client.methods that implement HttpEntityEnclosingRequest Modifier and Type Class Description classHttpEntityEnclosingRequestBaseBasic implementation of an HTTP request that can be modified.classHttpPostHTTP POST method.classHttpPutHTTP PUT method. -
Uses of HttpEntityEnclosingRequest in org.apache.http.impl
Methods in org.apache.http.impl with parameters of type HttpEntityEnclosingRequest Modifier and Type Method Description voidAbstractHttpServerConnection. receiveRequestEntity(HttpEntityEnclosingRequest request)voidAbstractHttpClientConnection. sendRequestEntity(HttpEntityEnclosingRequest request) -
Uses of HttpEntityEnclosingRequest in org.apache.http.impl.client
Classes in org.apache.http.impl.client that implement HttpEntityEnclosingRequest Modifier and Type Class Description classEntityEnclosingRequestWrapperA wrapper class forHttpEntityEnclosingRequests that can be used to change properties of the current request without modifying the original object.Constructors in org.apache.http.impl.client with parameters of type HttpEntityEnclosingRequest Constructor Description EntityEnclosingRequestWrapper(HttpEntityEnclosingRequest request) -
Uses of HttpEntityEnclosingRequest in org.apache.http.impl.conn
Methods in org.apache.http.impl.conn with parameters of type HttpEntityEnclosingRequest Modifier and Type Method Description voidAbstractClientConnAdapter. sendRequestEntity(HttpEntityEnclosingRequest request) -
Uses of HttpEntityEnclosingRequest in org.apache.http.message
Classes in org.apache.http.message that implement HttpEntityEnclosingRequest Modifier and Type Class Description classBasicHttpEntityEnclosingRequestBasic implementation of a request with an entity that can be modified.