| Constructor | Description |
|---|---|
Response() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getCipherSuite() |
|
Certificate[] |
getClientCertificates() |
|
String |
getCookie(String name) |
|
Map<String,String> |
getCookies() |
|
List<String> |
getHeader(String name) |
|
Map<String,List<String>> |
getHeaders() |
|
com.fasterxml.jackson.databind.JsonNode |
getJsonNode() |
Return the parsed JSON response, if any.
|
String |
getOutput() |
|
int |
getResponseCode() |
|
String |
getResponseContentType() |
Return the content type of the response.
|
Certificate[] |
getServerCertificates() |
|
String |
getTag(int index) |
|
String |
getTag(String key) |
|
List<String> |
getTagList() |
Return a copy of the list of all tags captured as a result
of a call to {@link Builder.extract(String)}
|
Map<String,String> |
getTagMap() |
Return a copy of the map of all tags captured as a result
of a call to {@link Builder.extract(String,String)}
|
long |
getTimeTaken() |
|
void |
print() |
Print response data and optional meta information.
|
public void print()
throws CertificateParsingException,
IOException
public int getResponseCode()
public long getTimeTaken()
public String getCipherSuite()
public Certificate[] getServerCertificates()
public Certificate[] getClientCertificates()
public String getOutput()
public Map<String,String> getTagMap()
public List<String> getTagList()
public String getTag(int index)
index - public String getResponseContentType()
public com.fasterxml.jackson.databind.JsonNode getJsonNode()
throws IOException
IOExceptionCopyright © 2018 The Symphony Software Foundation. All rights reserved.