public class HttpMethodSupport extends Object
Constructor and Description |
---|
HttpMethodSupport() |
Modifier and Type | Method and Description |
---|---|
void |
afterReadResponse(SSLSession session) |
void |
afterWriteRequest() |
org.apache.http.Header[] |
getAllResponseHeaders() |
byte[] |
getDecompressedResponseBody() |
String |
getDumpFile() |
Throwable |
getFailureCause() |
org.apache.http.HttpResponse |
getHttpResponse() |
long |
getMaxSize() |
SoapUIMetrics |
getMetrics() |
byte[] |
getResponseBody() |
String |
getResponseCharset()
Handles charset specified in Content-Encoding headers
|
String |
getResponseContentType() |
long |
getResponseReadTime() |
long |
getResponseReadTimeNanos() |
SSLInfo |
getSSLInfo() |
long |
getStartTime() |
long |
getTimeTaken() |
boolean |
hasHttpResponse() |
boolean |
hasResponse() |
void |
initStartTime() |
boolean |
isDecompress() |
boolean |
isFailed() |
void |
setDecompress(boolean decompress) |
void |
setDumpFile(String dumpFile) |
void |
setFailed(Throwable t) |
void |
setHttpResponse(org.apache.http.HttpResponse httpResponse) |
void |
setMaxSize(long maxSize) |
public boolean isDecompress()
public void setDecompress(boolean decompress)
public String getDumpFile()
public void setDumpFile(String dumpFile)
public void afterReadResponse(SSLSession session)
public long getMaxSize()
public void setMaxSize(long maxSize)
public void afterWriteRequest()
public void initStartTime()
public long getTimeTaken()
public long getStartTime()
public SSLInfo getSSLInfo()
public String getResponseContentType()
public long getResponseReadTime()
public long getResponseReadTimeNanos()
public byte[] getDecompressedResponseBody() throws IOException
IOException
public String getResponseCharset()
public Throwable getFailureCause()
public boolean isFailed()
public void setFailed(Throwable t)
public boolean hasResponse()
public org.apache.http.HttpResponse getHttpResponse()
public void setHttpResponse(org.apache.http.HttpResponse httpResponse)
public boolean hasHttpResponse()
public byte[] getResponseBody() throws IOException
IOException
public SoapUIMetrics getMetrics()
public org.apache.http.Header[] getAllResponseHeaders()
Copyright © 2019. All Rights Reserved.