public class SimpleRequest
extends org.mule.runtime.http.api.domain.message.BaseHttpMessage
implements org.mule.runtime.http.api.domain.message.request.HttpRequest
| Constructor and Description |
|---|
SimpleRequest(String path,
Method method,
org.mule.runtime.api.util.MultiMap<String,String> headers,
org.mule.runtime.api.util.MultiMap<String,String> queryParams,
org.mule.runtime.http.api.domain.entity.HttpEntity entity) |
| 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 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 org.mule.runtime.api.util.MultiMap<String,String> getHeaders()
getHeaders 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 org.mule.runtime.http.api.domain.entity.HttpEntity getEntity()
getEntity in interface org.mule.runtime.http.api.domain.message.HttpMessagepublic String getMethod()
getMethod in interface org.mule.runtime.http.api.domain.message.request.HttpRequestpublic URI getUri()
getUri 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.HttpMessageCopyright © 2019. All rights reserved.