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