public class DefaultInterceptionHttpRequest extends Object implements InterceptionHttpRequest
| Constructor and Description |
|---|
DefaultInterceptionHttpRequest(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 InterceptionHttpRequestpublic org.mule.runtime.http.api.domain.HttpProtocol getProtocol()
getProtocol in interface InterceptionHttpRequestpublic String getPath()
getPath in interface InterceptionHttpRequestpublic String getMethod()
getMethod in interface InterceptionHttpRequestpublic URI getUri()
getUri in interface InterceptionHttpRequestpublic org.mule.runtime.api.util.MultiMap<String,String> getQueryParameters()
getQueryParameters in interface InterceptionHttpRequestpublic org.mule.runtime.http.api.domain.entity.HttpEntity getEntity()
getEntity in interface InterceptionHttpRequestpublic org.mule.runtime.api.util.MultiMap<String,String> getHeaders()
getHeaders in interface InterceptionHttpRequestCopyright © 2021. All rights reserved.