public final class ExtendedPostMethod extends org.apache.http.client.methods.HttpPost implements ExtendedEntityEnclosingHttpMethod
Constructor and Description |
---|
ExtendedPostMethod() |
ExtendedPostMethod(String url) |
clone, expectContinue, getEntity, setEntity
abort, getProtocolVersion, getRequestLine, getURI, isAborted, setConnectionRequest, setReleaseTrigger, setURI
addHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParams
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setURI
abort, getURI, isAborted
public ExtendedPostMethod()
public ExtendedPostMethod(String url)
public String getDumpFile()
public void setDumpFile(String dumpFile)
setDumpFile
in interface ExtendedHttpMethod
public boolean hasResponse()
hasResponse
in interface ExtendedHttpMethod
public void afterReadResponse(SSLSession session)
afterReadResponse
in interface ExtendedHttpMethod
public String getResponseCharSet()
getResponseCharSet
in interface ExtendedHttpMethod
public org.apache.http.HttpEntity getRequestEntity()
getRequestEntity
in interface ExtendedHttpMethod
public long getMaxSize()
getMaxSize
in interface ExtendedHttpMethod
public void setMaxSize(long maxSize)
setMaxSize
in interface ExtendedHttpMethod
public long getResponseReadTime()
getResponseReadTime
in interface ExtendedHttpMethod
public long getResponseReadTimeNanos()
getResponseReadTimeNanos
in interface ExtendedHttpMethod
public void afterWriteRequest()
afterWriteRequest
in interface ExtendedHttpMethod
public void initStartTime()
initStartTime
in interface ExtendedHttpMethod
public long getTimeTaken()
getTimeTaken
in interface ExtendedHttpMethod
public long getStartTime()
getStartTime
in interface ExtendedHttpMethod
public byte[] getResponseBody() throws IOException
getResponseBody
in interface ExtendedHttpMethod
IOException
public SSLInfo getSSLInfo()
getSSLInfo
in interface ExtendedHttpMethod
public String getResponseContentType()
getResponseContentType
in interface ExtendedHttpMethod
public String getMethod()
getMethod
in interface ExtendedHttpMethod
getMethod
in interface org.apache.http.client.methods.HttpUriRequest
getMethod
in class org.apache.http.client.methods.HttpPost
public void setAfterRequestInjection(IAfterRequestInjection injection)
public Throwable getFailureCause()
getFailureCause
in interface ExtendedHttpMethod
public boolean isFailed()
isFailed
in interface ExtendedHttpMethod
public void setFailed(Throwable t)
setFailed
in interface ExtendedHttpMethod
public byte[] getDecompressedResponseBody() throws IOException
getDecompressedResponseBody
in interface ExtendedHttpMethod
IOException
public void setDecompress(boolean decompress)
setDecompress
in interface ExtendedHttpMethod
public void setHttpResponse(org.apache.http.HttpResponse httpResponse)
setHttpResponse
in interface ExtendedHttpMethod
public org.apache.http.HttpResponse getHttpResponse()
getHttpResponse
in interface ExtendedHttpMethod
public boolean hasHttpResponse()
hasHttpResponse
in interface ExtendedHttpMethod
public String getResponseBodyAsString() throws IOException
getResponseBodyAsString
in interface ExtendedHttpMethod
IOException
public SoapUIMetrics getMetrics()
getMetrics
in interface ExtendedHttpMethod
public org.apache.http.Header[] getAllResponseHeaders()
getAllResponseHeaders
in interface ExtendedHttpMethod
public URL getURL() throws MalformedURLException
getURL
in interface ExtendedHttpMethod
MalformedURLException
Copyright © 2019. All Rights Reserved.