public interface HttpTransaction
Modifier and Type | Method and Description |
---|---|
void |
abort() |
void |
execute_POST() |
void |
execute() |
java.lang.String |
getCharSet() |
long |
getContentLength() |
java.lang.String[][] |
getResponseHeaders() |
java.io.InputStream |
getResponseStream() |
java.lang.String |
getResponseString() |
void |
release() |
void |
setNoRetry() |
void execute() throws WAHttpException
WAHttpException
void release()
long getContentLength()
java.lang.String getCharSet() throws java.io.IOException
java.io.IOException
java.lang.String[][] getResponseHeaders() throws java.io.IOException
java.io.IOException
java.io.InputStream getResponseStream() throws java.io.IOException
java.io.IOException
java.lang.String getResponseString() throws java.io.IOException
java.io.IOException
void setNoRetry()
void abort()
void execute_POST()