Uses of Class
org.nuiton.io.rest.RestException

Packages that use RestException
org.nuiton.io.rest   
 

Uses of RestException in org.nuiton.io.rest
 

Subclasses of RestException in org.nuiton.io.rest
 class RestDataNotFoundException
          Exception to be raised if a data does not exist ina 'askData' request, says when the rest server returns a 4XX status code.
 

Methods in org.nuiton.io.rest that throw RestException
 InputStream RestSession.askData(RestRequest request)
           
 InputStream RestClient.askData(RestRequest request)
          Ask some data from the server
 void RestClient.close()
          Close the client.
 void RestClient.open()
          Open the client.
 InputStream RestSession.sendData(RestRequest request)
           
 InputStream RestClient.sendData(RestRequest request)
          Send some datas to the server.
 



Copyright © 2009 CodeLutin. All Rights Reserved.