Uses of Class
ix.util.RethrownIOException

Packages that use RethrownIOException
ix.util.http HTTP utilities. 
 

Uses of RethrownIOException in ix.util.http
 

Methods in ix.util.http that throw RethrownIOException
 java.lang.Object HttpObjectClient.sendGetRequest(java.net.URL url)
          Send a GET request and get an object in reply.
 java.lang.Object HttpObjectClient.sendRequest(java.net.URL url, java.lang.Object contentsToSend)
          Send an object and receive one in reply.