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 |
getLocalAddress() |
String |
getMethod() |
String |
getPath() |
Map<String,List<String>> |
getPathParameters() |
Map<String,List<String>> |
getQueryStringParameters() |
String |
getRemoteAddress() |
Boolean |
getSecure() |
int |
hashCode() |
HttpRequestTemplateObject |
shallowClone() |
cloneWithLogCorrelationId, getLogCorrelationId, withLogCorrelationId
toString
fieldsExcludedFromEqualsAndHashCode
public 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 getLocalAddress()
public String getRemoteAddress()
public Boolean getKeepAlive()
public HttpRequestTemplateObject shallowClone()
shallowClone
in class RequestDefinition
public boolean equals(Object o)
equals
in class RequestDefinition
public int hashCode()
hashCode
in class RequestDefinition
Copyright © 2022. All rights reserved.