public interface ExtendedHttpMethod
extends org.apache.http.HttpRequest, org.apache.http.client.methods.HttpUriRequest
Modifier and Type | Method and Description |
---|---|
void |
afterReadResponse(SSLSession session) |
void |
afterWriteRequest() |
org.apache.http.Header[] |
getAllResponseHeaders() |
byte[] |
getDecompressedResponseBody() |
Throwable |
getFailureCause() |
org.apache.http.HttpResponse |
getHttpResponse() |
long |
getMaxSize() |
String |
getMethod() |
SoapUIMetrics |
getMetrics() |
org.apache.http.HttpEntity |
getRequestEntity() |
byte[] |
getResponseBody() |
String |
getResponseBodyAsString() |
String |
getResponseCharSet() |
String |
getResponseContentType() |
long |
getResponseReadTime() |
long |
getResponseReadTimeNanos() |
SSLInfo |
getSSLInfo() |
long |
getStartTime() |
long |
getTimeTaken() |
URL |
getURL() |
boolean |
hasHttpResponse() |
boolean |
hasResponse() |
void |
initStartTime() |
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) |
void |
setURI(URI uri) |
long getMaxSize()
void setMaxSize(long maxSize)
long getResponseReadTime()
long getResponseReadTimeNanos()
void initStartTime()
long getTimeTaken()
long getStartTime()
SSLInfo getSSLInfo()
String getResponseCharSet()
String getResponseContentType()
String getMethod()
getMethod
in interface org.apache.http.client.methods.HttpUriRequest
void setDumpFile(String dumpFile)
void setFailed(Throwable t)
boolean isFailed()
Throwable getFailureCause()
boolean hasResponse()
byte[] getDecompressedResponseBody() throws IOException
IOException
void setDecompress(boolean decompress)
void setURI(URI uri)
void setHttpResponse(org.apache.http.HttpResponse httpResponse)
org.apache.http.HttpResponse getHttpResponse()
boolean hasHttpResponse()
byte[] getResponseBody() throws IOException
IOException
String getResponseBodyAsString() throws IOException
IOException
org.apache.http.HttpEntity getRequestEntity()
void afterReadResponse(SSLSession session)
void afterWriteRequest()
SoapUIMetrics getMetrics()
org.apache.http.Header[] getAllResponseHeaders()
URL getURL() throws MalformedURLException
MalformedURLException
Copyright © 2019. All Rights Reserved.