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 RestClient.askData(RestRequest request)
          Ask some data from the server
 InputStream RestSession.askData(RestRequest request)
           
 void RestClient.close()
          Close the client.
 void RestClient.open()
          Open the client.
 InputStream RestClient.sendData(RestRequest request)
          Send some datas to the server.
 InputStream RestSession.sendData(RestRequest request)
           
 



Copyright © 2009-2011 CodeLutin. All Rights Reserved.