public class DefaultHttpRequest extends Object implements HttpRequest
| Constructor and Description |
|---|
DefaultHttpRequest(org.mule.runtime.http.api.domain.message.request.HttpRequest delegate,
Map<String,String> uriParameter) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.http.api.domain.entity.HttpEntity |
getEntity() |
org.mule.runtime.api.util.MultiMap<String,String> |
getHeaders() |
String |
getMethod() |
String |
getPath() |
org.mule.runtime.http.api.domain.HttpProtocol |
getProtocol() |
org.mule.runtime.api.util.MultiMap<String,String> |
getQueryParameters() |
URI |
getUri() |
Map<String,String> |
getUriParameters() |
public Map<String,String> getUriParameters()
getUriParameters in interface HttpRequestpublic org.mule.runtime.http.api.domain.HttpProtocol getProtocol()
getProtocol in interface HttpRequestpublic String getPath()
getPath in interface HttpRequestpublic String getMethod()
getMethod in interface HttpRequestpublic URI getUri()
getUri in interface HttpRequestpublic org.mule.runtime.api.util.MultiMap<String,String> getQueryParameters()
getQueryParameters in interface HttpRequestpublic org.mule.runtime.http.api.domain.entity.HttpEntity getEntity()
getEntity in interface HttpRequestpublic org.mule.runtime.api.util.MultiMap<String,String> getHeaders()
getHeaders in interface HttpRequestCopyright © 2023. All rights reserved.