public class J2SEHttpTransaction extends java.lang.Object implements 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() |
public void abort()
abort
in interface HttpTransaction
public void execute() throws WAHttpException
execute
in interface HttpTransaction
WAHttpException
public long getContentLength()
getContentLength
in interface HttpTransaction
public java.lang.String getCharSet() throws java.io.IOException
getCharSet
in interface HttpTransaction
java.io.IOException
public java.lang.String[][] getResponseHeaders() throws java.io.IOException
getResponseHeaders
in interface HttpTransaction
java.io.IOException
public java.io.InputStream getResponseStream() throws java.io.IOException
getResponseStream
in interface HttpTransaction
java.io.IOException
public java.lang.String getResponseString() throws java.io.IOException
getResponseString
in interface HttpTransaction
java.io.IOException
public void release()
release
in interface HttpTransaction
public void setNoRetry()
setNoRetry
in interface HttpTransaction
public void execute_POST()
execute_POST
in interface HttpTransaction