public class GrizzlyHttpRequestAdapter
extends org.mule.runtime.http.api.domain.message.BaseHttpMessage
implements org.mule.runtime.http.api.domain.message.request.HttpRequest
| Constructor and Description |
|---|
GrizzlyHttpRequestAdapter(org.glassfish.grizzly.filterchain.FilterChainContext filterChainContext,
org.glassfish.grizzly.http.HttpContent httpContent) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.http.api.domain.entity.HttpEntity |
getEntity() |
Collection<String> |
getHeaderNames() |
String |
getHeaderValue(String headerName) |
Collection<String> |
getHeaderValues(String headerName) |
org.mule.runtime.http.api.domain.entity.InputStreamHttpEntity |
getInputStreamEntity() |
String |
getMethod() |
String |
getPath() |
org.mule.runtime.http.api.domain.HttpProtocol |
getProtocol() |
org.mule.runtime.http.api.domain.ParameterMap |
getQueryParams() |
String |
getUri() |
getHeaderValueIgnoreCase, getHeaderValuesIgnoreCaseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic GrizzlyHttpRequestAdapter(org.glassfish.grizzly.filterchain.FilterChainContext filterChainContext,
org.glassfish.grizzly.http.HttpContent httpContent)
public org.mule.runtime.http.api.domain.HttpProtocol getProtocol()
getProtocol in interface org.mule.runtime.http.api.domain.message.request.HttpRequestpublic String getPath()
getPath in interface org.mule.runtime.http.api.domain.message.request.HttpRequestpublic String getMethod()
getMethod in interface org.mule.runtime.http.api.domain.message.request.HttpRequestpublic Collection<String> getHeaderNames()
getHeaderNames in interface org.mule.runtime.http.api.domain.message.HttpMessagepublic String getHeaderValue(String headerName)
getHeaderValue in interface org.mule.runtime.http.api.domain.message.HttpMessagepublic Collection<String> getHeaderValues(String headerName)
getHeaderValues in interface org.mule.runtime.http.api.domain.message.HttpMessagepublic org.mule.runtime.http.api.domain.entity.HttpEntity getEntity()
getEntity in interface org.mule.runtime.http.api.domain.message.HttpMessagepublic org.mule.runtime.http.api.domain.ParameterMap getQueryParams()
getQueryParams in interface org.mule.runtime.http.api.domain.message.request.HttpRequestpublic String getUri()
getUri in interface org.mule.runtime.http.api.domain.message.request.HttpRequestpublic org.mule.runtime.http.api.domain.entity.InputStreamHttpEntity getInputStreamEntity()
getInputStreamEntity in interface org.mule.runtime.http.api.domain.message.request.HttpRequestCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.