public class HttpRequestTemplateObject extends RequestDefinition
| Constructor and Description | 
|---|
HttpRequestTemplateObject(HttpRequest httpRequest)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
String | 
getBody()  | 
String | 
getBodyAsString()
Deprecated.  
 | 
List<X509Certificate> | 
getClientCertificateChain()  | 
Map<String,String> | 
getCookies()  | 
Map<String,List<String>> | 
getHeaders()  | 
Boolean | 
getKeepAlive()  | 
String | 
getMethod()  | 
String | 
getPath()  | 
Map<String,List<String>> | 
getPathParameters()  | 
Map<String,List<String>> | 
getQueryStringParameters()  | 
String | 
getRemoteAddress()  | 
Boolean | 
getSecure()  | 
int | 
hashCode()  | 
HttpRequestTemplateObject | 
shallowClone()  | 
cloneWithLogCorrelationId, getLogCorrelationId, withLogCorrelationIdtoStringfieldsExcludedFromEqualsAndHashCodepublic HttpRequestTemplateObject(HttpRequest httpRequest)
public String getMethod()
public String getPath()
public String getBody()
@Deprecated public String getBodyAsString()
public Boolean getSecure()
public List<X509Certificate> getClientCertificateChain()
public String getRemoteAddress()
public Boolean getKeepAlive()
public HttpRequestTemplateObject shallowClone()
shallowClone in class RequestDefinitionpublic boolean equals(Object o)
equals in class RequestDefinitionpublic int hashCode()
hashCode in class RequestDefinitionCopyright © 2022. All rights reserved.