B - The Http body typepublic class HttpRequestWrapper<B> extends HttpMessageWrapper<B> implements HttpRequest<B>
HttpRequest.| Constructor and Description | 
|---|
HttpRequestWrapper(HttpRequest<B> delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
Cookies | 
getCookies()  | 
HttpRequest<B> | 
getDelegate()  | 
HttpMethod | 
getMethod()  | 
HttpParameters | 
getParameters()  | 
String | 
getPath()  | 
InetSocketAddress | 
getRemoteAddress()  | 
InetSocketAddress | 
getServerAddress()  | 
String | 
getServerName()  | 
URI | 
getUri()  | 
boolean | 
isSecure()  | 
getAttributes, getBody, getBody, getBody, getHeadersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, DELETE, DELETE, DELETE, GET, GET, getLocale, HEAD, HEAD, OPTIONS, OPTIONS, PATCH, PATCH, POST, POST, PUT, PUT, setAttributegetAttributes, getBody, getBody, getBody, getCharacterEncoding, getContentLength, getContentType, getHeadersremoveAttributegetAttribute, getAttributepublic HttpRequestWrapper(HttpRequest<B> delegate)
delegate - The Http Requestpublic HttpRequest<B> getDelegate()
getDelegate in class HttpMessageWrapper<B>public Cookies getCookies()
getCookies in interface HttpRequest<B>Cookies instancepublic HttpParameters getParameters()
getParameters in interface HttpRequest<B>public HttpMethod getMethod()
getMethod in interface HttpRequest<B>public URI getUri()
getUri in interface HttpRequest<B>public String getPath()
getPath in interface HttpRequest<B>public InetSocketAddress getRemoteAddress()
getRemoteAddress in interface HttpRequest<B>public InetSocketAddress getServerAddress()
getServerAddress in interface HttpRequest<B>public String getServerName()
getServerName in interface HttpRequest<B>public boolean isSecure()
isSecure in interface HttpRequest<B>