Package com.wolfram.alpha.net.j2se
Class J2SEHttpTransaction
java.lang.Object
com.wolfram.alpha.net.j2se.J2SEHttpTransaction
- All Implemented Interfaces:
HttpTransaction
-
Method Details
-
abort
public void abort()- Specified by:
abort
in interfaceHttpTransaction
-
execute
- Specified by:
execute
in interfaceHttpTransaction
- Throws:
WAHttpException
-
getContentLength
public long getContentLength()- Specified by:
getContentLength
in interfaceHttpTransaction
-
getCharSet
- Specified by:
getCharSet
in interfaceHttpTransaction
- Throws:
IOException
-
getResponseHeaders
- Specified by:
getResponseHeaders
in interfaceHttpTransaction
- Throws:
IOException
-
getResponseStream
- Specified by:
getResponseStream
in interfaceHttpTransaction
- Throws:
IOException
-
getResponseString
- Specified by:
getResponseString
in interfaceHttpTransaction
- Throws:
IOException
-
release
public void release()- Specified by:
release
in interfaceHttpTransaction
-
setNoRetry
public void setNoRetry()- Specified by:
setNoRetry
in interfaceHttpTransaction
-