public class HttpResponseAttributes extends Object implements Serializable
| Constructor and Description |
|---|
HttpResponseAttributes(int statusCode,
String reasonPhrase,
org.mule.runtime.api.util.MultiMap<String,String> headers) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.util.MultiMap<String,String> |
getHeaders() |
String |
getReasonPhrase() |
int |
getStatusCode() |
String |
toString() |
Copyright © 2021. All rights reserved.