|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WS.WSRequest | |
---|---|
play.libs | |
play.libs.ws |
Uses of WS.WSRequest in play.libs |
---|
Methods in play.libs that return WS.WSRequest | |
---|---|
WS.WSRequest |
WS.WSRequest.authenticate(java.lang.String username,
java.lang.String password)
define client authentication for a server host provided credentials will be used during the request |
WS.WSRequest |
WS.WSRequest.body(java.lang.Object body)
Add the given body to the request. |
WS.WSRequest |
WS.WSRequest.files(java.io.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(java.util.Map<java.lang.String,java.lang.String> headers)
Use the provided headers when executing request. |
WS.WSRequest |
WS.WSRequest.mimeType(java.lang.String mimeType)
Add a MimeType to the web service request. |
WS.WSRequest |
WS.WSImpl.newRequest(java.lang.String url)
|
WS.WSRequest |
WS.WSRequest.oauth(OAuth.ServiceInfo oauthInfo,
OAuth.TokenPair oauthTokens)
Sign the request for do a call to a server protected by oauth |
WS.WSRequest |
WS.WSRequest.params(java.util.Map<java.lang.String,java.lang.Object> parameters)
Add parameters to request. |
WS.WSRequest |
WS.WSRequest.setHeader(java.lang.String name,
java.lang.String value)
Add a header to the request |
WS.WSRequest |
WS.WSRequest.setParameter(java.lang.String name,
java.lang.Object value)
|
WS.WSRequest |
WS.WSRequest.setParameter(java.lang.String name,
java.lang.String value)
Add a parameter to the request |
WS.WSRequest |
WS.WSRequest.setParameters(java.util.Map<java.lang.String,java.lang.String> parameters)
Add parameters to request. |
static WS.WSRequest |
WS.url(java.lang.String url)
Build a WebService Request with the given URL. |
static WS.WSRequest |
WS.url(java.lang.String url,
java.lang.String... params)
Build a WebService Request with the given URL. |
Uses of WS.WSRequest in play.libs.ws |
---|
Subclasses of WS.WSRequest in play.libs.ws | |
---|---|
class |
WSAsync.WSAsyncRequest
|
class |
WSUrlFetch.WSUrlfetchRequest
|
Methods in play.libs.ws that return WS.WSRequest | |
---|---|
WS.WSRequest |
WSUrlFetch.newRequest(java.lang.String url)
|
WS.WSRequest |
WSAsync.newRequest(java.lang.String url)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |