Package | Description |
---|---|
net.sf.serfj.client |
Modifier and Type | Method and Description |
---|---|
Object |
Client.deleteRequest(String restUrl,
Map<String,String> params)
Do a DELETE HTTP request to the given REST-URL.
|
Object |
Client.getRequest(String restUrl,
Map<String,String> params)
Do a GET HTTP request to the given REST-URL.
|
Object |
Client.postRequest(String restUrl,
Map<String,String> params)
Do a POST HTTP request to the given REST-URL.
|
Object |
Client.putRequest(String restUrl,
Map<String,String> params)
Do a PUT HTTP request to the given REST-URL.
|
Copyright © 2012 ElPaso Software. All Rights Reserved.