Package com.wolfram.alpha.net.j2se
Class J2SEHttpTransaction
java.lang.Object
com.wolfram.alpha.net.j2se.J2SEHttpTransaction
- All Implemented Interfaces:
- HttpTransaction
- 
Method Details- 
abortpublic void abort()- Specified by:
- abortin interface- HttpTransaction
 
- 
execute- Specified by:
- executein interface- HttpTransaction
- Throws:
- WAHttpException
 
- 
getContentLengthpublic long getContentLength()- Specified by:
- getContentLengthin interface- HttpTransaction
 
- 
getCharSet- Specified by:
- getCharSetin interface- HttpTransaction
- Throws:
- IOException
 
- 
getResponseHeaders- Specified by:
- getResponseHeadersin interface- HttpTransaction
- Throws:
- IOException
 
- 
getResponseStream- Specified by:
- getResponseStreamin interface- HttpTransaction
- Throws:
- IOException
 
- 
getResponseString- Specified by:
- getResponseStringin interface- HttpTransaction
- Throws:
- IOException
 
- 
releasepublic void release()- Specified by:
- releasein interface- HttpTransaction
 
- 
setNoRetrypublic void setNoRetry()- Specified by:
- setNoRetryin interface- HttpTransaction
 
 
-