public interface ManagementRequest
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getBody(Class<T> type) |
String |
getCategory() |
Map<String,String> |
getHeaders() |
String |
getMethod() |
String |
getParameter(String name) |
Map<String,List<String>> |
getParameters() |
Map<String,Object> |
getParametersAsFlatMap() |
List<String> |
getPath() |
String |
getRequestURL() |
ConfiguredObject<?> |
getRoot() |
boolean |
isConfidentialOperationAllowedOnInsecureChannel() |
boolean |
isSecure() |
String getMethod()
String getCategory()
ConfiguredObject<?> getRoot()
boolean isSecure()
boolean isConfidentialOperationAllowedOnInsecureChannel()
<T> T getBody(Class<T> type)
String getRequestURL()
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.