|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WS.WSRequest | |
|---|---|
| play.libs | |
| Uses of WS.WSRequest in play.libs |
|---|
| Methods in play.libs that return WS.WSRequest | |
|---|---|
WS.WSRequest |
WS.WSRequest.body(String body)
Add the given body to the request. |
WS.WSRequest |
WS.WSRequest.files(File... files)
Add files to request. |
WS.WSRequest |
WS.WSRequest.files(WS.FileParam... fileParams)
Add fileParams aka File and Name parameter to the request. |
WS.WSRequest |
WS.WSRequest.headers(Map<String,String> headers)
Use the provided headers when executing request. |
WS.WSRequest |
WS.WSRequest.mimeType(String mimeType)
Add a MimeType to the web service request. |
WS.WSRequest |
WS.WSRequest.params(Map<String,Object> parameters)
Add parameters to request. |
WS.WSRequest |
WS.WSRequest.setHeader(String name,
String value)
Add a header to the request |
WS.WSRequest |
WS.WSRequest.setParameter(String name,
Object value)
|
WS.WSRequest |
WS.WSRequest.setParameter(String name,
String value)
Add a parameter to the request |
WS.WSRequest |
WS.WSRequest.setParameters(Map<String,String> parameters)
|
WS.WSRequest |
WS.WSRequest.timeout(int to)
|
WS.WSRequest |
WS.WSRequest.timeout(String duration)
|
static WS.WSRequest |
WS.url(String url)
Build a WebService Request with the given URL. |
static WS.WSRequest |
WS.url(String url,
String... params)
Build a WebService Request with the given URL. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||