Class HttpRequestWrapper
- java.lang.Object
-
- org.apache.synapse.transport.http.wrapper.HttpRequestWrapper
-
public class HttpRequestWrapper extends Object
Wrapper to hold the time stamp and the request
-
-
Constructor Summary
Constructors Constructor Description HttpRequestWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetDate()org.apache.http.HttpRequestgetHttpRequest()voidsetDate(Date date)voidsetHttpRequest(org.apache.http.HttpRequest httpRequest)
-