Package | Description |
---|---|
org.agorava.api.rest |
This package contains all the Agorava Rest client framework
|
org.agorava.spi |
Contains all Agorava's Service Provider Interface that has to be extended for each provider module
|
Modifier and Type | Method and Description |
---|---|
HttpParameters |
HttpParameters.add(String key,
String value)
Create a param from key value and add it to the list
|
HttpParameters |
HttpParameters.addAll(HttpParameters other)
Merge another HttpParameters in this list
|
HttpParameters |
HttpParameters.addMap(Map<String,? extends Object> map)
Add a map to this param list
|
HttpParameters |
HttpParameters.addQuerystring(String queryString)
Add a Query String in this param list.
|
HttpParameters |
Request.getBodyParams()
Obtains a
HttpParameters of the body parameters. |
HttpParameters |
Request.getQueryStringParams()
Get a
HttpParameters with the query string parameters. |
Modifier and Type | Method and Description |
---|---|
HttpParameters |
HttpParameters.addAll(HttpParameters other)
Merge another HttpParameters in this list
|
Modifier and Type | Field and Description |
---|---|
protected HttpParameters |
ProviderApiService.params
Helps the service to build URI to call tier API
|
Copyright © 2012-2013. All Rights Reserved.