Package com.wolfram.alpha.net.impl
Interface HttpTransaction
- All Known Implementing Classes:
ApacheHttpTransaction
,J2SEHttpTransaction
public interface HttpTransaction
-
Method Details
-
execute
- Throws:
WAHttpException
-
release
void release() -
getContentLength
long getContentLength() -
getCharSet
- Throws:
IOException
-
getResponseHeaders
- Throws:
IOException
-
getResponseStream
- Throws:
IOException
-
getResponseString
- Throws:
IOException
-
setNoRetry
void setNoRetry() -
abort
void abort()
-