public class DefaultHttpRequest extends BaseHttpMessage implements HttpRequest
| Modifier and Type | Method and Description |
|---|---|
HttpEntity |
getEntity() |
Collection<String> |
getHeaderNames() |
String |
getHeaderValue(String headerName) |
Collection<String> |
getHeaderValues(String headerName) |
InputStreamHttpEntity |
getInputStreamEntity() |
String |
getMethod() |
String |
getPath() |
HttpProtocol |
getProtocol() |
ParameterMap |
getQueryParams() |
String |
getUri() |
getHeaderValueIgnoreCase, getHeaderValuesIgnoreCaseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHeaderValueIgnoreCase, getHeaderValuesIgnoreCasepublic HttpProtocol getProtocol()
getProtocol in interface HttpRequestpublic String getPath()
getPath in interface HttpRequestpublic String getMethod()
getMethod in interface HttpRequestpublic Collection<String> getHeaderNames()
getHeaderNames in interface HttpMessagepublic String getHeaderValue(String headerName)
getHeaderValue in interface HttpMessageheaderName - name of the headerpublic Collection<String> getHeaderValues(String headerName)
getHeaderValues in interface HttpMessageheaderName - name of the headerpublic HttpEntity getEntity()
getEntity in interface HttpMessageEmptyHttpEntity is returnedpublic String getUri()
getUri in interface HttpRequestpublic ParameterMap getQueryParams()
public InputStreamHttpEntity getInputStreamEntity()
getInputStreamEntity in interface HttpRequestCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.