Class EntityEnclosingRequestWrapper

All Implemented Interfaces:
HttpUriRequest, HttpEntityEnclosingRequest, HttpMessage, HttpRequest

public class EntityEnclosingRequestWrapper
extends RequestWrapper
implements HttpEntityEnclosingRequest
A wrapper class for HttpEntityEnclosingRequests that can be used to change properties of the current request without modifying the original object.

This class is also capable of resetting the request headers to the state of the original request.
Since:
4.0
Version:
$Revision: 674186 $
Author:
Oleg Kalnichevski