public class HttpRequestAttributes extends Object implements Serializable
| Constructor and Description |
|---|
HttpRequestAttributes(org.mule.runtime.api.util.MultiMap<String,String> headers,
String requestUri,
String method,
String remoteAddress) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.util.MultiMap<String,String> |
getHeaders() |
String |
getMethod() |
String |
getRemoteAddress() |
String |
getRequestUri() |
Copyright © 2014–2022 MuleSoft, Inc.. All rights reserved.