public class GrizzlyHttpRequestAdapter extends BaseHttpMessage implements HttpRequest
| Constructor and Description |
|---|
GrizzlyHttpRequestAdapter(org.glassfish.grizzly.filterchain.FilterChainContext filterChainContext,
org.glassfish.grizzly.http.HttpContent httpContent) |
| 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() |
String |
getUri() |
getHeaderValueIgnoreCase, getHeaderValuesIgnoreCaseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHeaderValueIgnoreCase, getHeaderValuesIgnoreCasepublic GrizzlyHttpRequestAdapter(org.glassfish.grizzly.filterchain.FilterChainContext filterChainContext,
org.glassfish.grizzly.http.HttpContent httpContent)
public 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 InputStreamHttpEntity getInputStreamEntity()
getInputStreamEntity in interface HttpRequestCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.