| Package | Description |
|---|---|
| org.nuiton.io.rest |
| Modifier and Type | Method and Description |
|---|---|
RestRequest |
RestRequestBuilder.create(Object... args)
Create the request given the
args. |
RestRequest |
AbstractRequestFactory.AbstractRequestBuilder.create(Object... args) |
RestRequest |
RequestFactory.getRequest(String id,
Object... args)
Obtain a request given his id and the args given.
|
RestRequest |
RestClient.getRequest(String id,
Object... args)
Obtain a request given his id and the args given.
|
RestRequest |
AbstractRequestFactory.getRequest(String id,
Object... args)
Obtain a request given his id and the args given.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
RestSession.askData(RestRequest request) |
InputStream |
RestClient.askData(RestRequest request)
Ask some data from the server
|
org.apache.commons.httpclient.HttpMethod |
RestSession.doRequest(RestRequest request) |
protected String |
RestSession.getRequestUrl(RestRequest request) |
org.apache.commons.httpclient.HttpMethod |
RestSession.prepareDeleteRequest(RestRequest request) |
org.apache.commons.httpclient.HttpMethod |
RestSession.prepareGetRequest(RestRequest request) |
org.apache.commons.httpclient.HttpMethod |
RestSession.preparePostRequest(RestRequest request) |
org.apache.commons.httpclient.HttpMethod |
RestSession.preparePutRequest(RestRequest request) |
InputStream |
RestSession.sendData(RestRequest request) |
InputStream |
RestClient.sendData(RestRequest request)
Send some datas to the server.
|
Copyright © 2009-2012 CodeLutin. All Rights Reserved.