Package | Description |
---|---|
com.jalios.rest.client |
Modifier and Type | Method and Description |
---|---|
RestQuery |
RestQuery.addFormMultipartFile(java.lang.String filename,
java.io.File file)
If this method is called, the Content-Type is form-multipart and it is also the format
of the entity body, even if the file in parameter is null or empty.
|
RestQuery |
RestQuery.addRelateds(Relateds relateds)
Add relateds parameter to the query (as parameters in the queryString)
|
RestQuery |
ClientSession.createQuery(org.restlet.data.Reference reference) |
RestQuery |
ClientSession.createQuery(java.lang.String resourcePath) |
RestQuery |
RestQuery.setAuthentication(Authentication authentication)
A specific authentification may be used for this query.
|
RestQuery |
RestQuery.setForm(org.restlet.data.Form form)
Add a list of parameters to the current query.
|
RestQuery |
RestQuery.setParam(java.lang.String key,
java.lang.String value)
Add one parameter to the current query.
|
Copyright © 2001-2021 Jalios SA. All Rights Reserved.