|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectplay.libs.ws.WS
public class WS
Asynchronous API to to query web services, as an http client.
The value returned is a Promise<Response>, and you should use Play's asynchronous mechanisms to use this response.
| Constructor Summary | |
|---|---|
WS()
|
|
| Method Summary | |
|---|---|
static WSClient |
client()
|
static WSRequestHolder |
url(java.lang.String url)
Prepare a new request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WS()
| Method Detail |
|---|
public static WSClient client()
public static WSRequestHolder url(java.lang.String url)
url - the URL to request
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||