| Package | Description |
|---|---|
| org.nuiton.io.rest |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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-2012 CodeLutin. All Rights Reserved.