Uses of Class
play.libs.WS.WSRequest

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(java.lang.String 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.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.String value)
          Add a parameter to the 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.
 



Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly