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,
InetSocketAddress localAddress) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.http.api.domain.entity.HttpEntity |
getEntity() |
Collection<String> |
getHeaderNames() |
org.mule.runtime.api.util.MultiMap<String,String> |
getHeaders() |
String |
getHeaderValue(String headerName) |
Collection<String> |
getHeaderValues(String headerName) |
String |
getMethod() |
String |
getPath() |
org.mule.runtime.http.api.domain.HttpProtocol |
getProtocol() |
org.mule.runtime.api.util.MultiMap<String,String> |
getQueryParams() |
URI |
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,
InetSocketAddress localAddress)
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.api.util.MultiMap<String,String> getHeaders()
getHeaders 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.api.util.MultiMap<String,String> getQueryParams()
getQueryParams in interface org.mule.runtime.http.api.domain.message.request.HttpRequestpublic URI getUri()
getUri in interface org.mule.runtime.http.api.domain.message.request.HttpRequestCopyright © 2003–2018 MuleSoft, Inc.. All rights reserved.