Uses of Interface
org.apache.http.HttpEntityEnclosingRequest
Packages that use HttpEntityEnclosingRequest
Package
Description
Core HTTP component APIs and primitives.
Default implementations of HTTP connections for synchronous,
blocking communication.
Core HTTP message components, message element parser
and writer APIs and their default implementations.
-
Uses of HttpEntityEnclosingRequest in org.apache.http
Methods in org.apache.http with parameters of type HttpEntityEnclosingRequestModifier and TypeMethodDescriptionvoid
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. -
Uses of HttpEntityEnclosingRequest in org.apache.http.impl
Methods in org.apache.http.impl with parameters of type HttpEntityEnclosingRequestModifier and TypeMethodDescriptionvoid
AbstractHttpServerConnection.receiveRequestEntity
(HttpEntityEnclosingRequest request) Deprecated.void
DefaultBHttpServerConnection.receiveRequestEntity
(HttpEntityEnclosingRequest request) void
AbstractHttpClientConnection.sendRequestEntity
(HttpEntityEnclosingRequest request) Deprecated.void
DefaultBHttpClientConnection.sendRequestEntity
(HttpEntityEnclosingRequest request) -
Uses of HttpEntityEnclosingRequest in org.apache.http.message
Classes in org.apache.http.message that implement HttpEntityEnclosingRequest