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