public abstract class GrizzlyHttpMessage
extends org.mule.runtime.http.api.domain.message.BaseHttpMessage
implements org.mule.runtime.http.api.domain.message.request.HttpRequest
BaseHttpMessage| Modifier and Type | Field and Description |
|---|---|
protected long |
contentLength |
protected boolean |
isTransferEncodingChunked |
protected InetSocketAddress |
localAddress |
protected String |
method |
protected String |
path |
protected org.mule.runtime.http.api.domain.HttpProtocol |
protocol |
protected org.mule.runtime.api.util.MultiMap<String,String> |
queryParams |
protected org.glassfish.grizzly.http.HttpRequestPacket |
requestPacket |
protected URI |
uri |
| Constructor and Description |
|---|
GrizzlyHttpMessage(org.glassfish.grizzly.http.HttpRequestPacket requestPacket,
org.mule.runtime.api.util.MultiMap<String,String> headers,
InetSocketAddress localAddress) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getBaseProtocol() |
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() |
containsHeader, getHeaderValueIgnoreCase, getHeaderValuesIgnoreCaseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected final InetSocketAddress localAddress
protected final boolean isTransferEncodingChunked
protected final long contentLength
protected final org.glassfish.grizzly.http.HttpRequestPacket requestPacket
protected String method
protected org.mule.runtime.http.api.domain.HttpProtocol protocol
protected URI uri
protected String path
public GrizzlyHttpMessage(org.glassfish.grizzly.http.HttpRequestPacket requestPacket,
org.mule.runtime.api.util.MultiMap<String,String> headers,
InetSocketAddress localAddress)
public org.mule.runtime.api.util.MultiMap<String,String> getQueryParams()
getQueryParams 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 org.mule.runtime.http.api.domain.HttpProtocol getProtocol()
getProtocol in interface org.mule.runtime.http.api.domain.message.request.HttpRequestpublic Collection<String> getHeaderNames()
getHeaderNames in interface org.mule.runtime.http.api.domain.message.MessageWithHeadersgetHeaderNames in class org.mule.runtime.http.api.domain.message.BaseMessageWithHeaderspublic String getHeaderValue(String headerName)
getHeaderValue in interface org.mule.runtime.http.api.domain.message.MessageWithHeadersgetHeaderValue in class org.mule.runtime.http.api.domain.message.BaseMessageWithHeaderspublic Collection<String> getHeaderValues(String headerName)
getHeaderValues in interface org.mule.runtime.http.api.domain.message.MessageWithHeadersgetHeaderValues in class org.mule.runtime.http.api.domain.message.BaseMessageWithHeaderspublic org.mule.runtime.api.util.MultiMap<String,String> getHeaders()
getHeaders in interface org.mule.runtime.http.api.domain.message.MessageWithHeadersgetHeaders in class org.mule.runtime.http.api.domain.message.BaseMessageWithHeaderspublic URI getUri()
getUri in interface org.mule.runtime.http.api.domain.message.request.HttpRequestprotected abstract String getBaseProtocol()
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.