|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectplay.libs.WS.WSRequest
play.libs.ws.WSAsync.WSAsyncRequest
public class WSAsync.WSAsyncRequest
| Field Summary | |
|---|---|
protected java.lang.String |
type
|
| Fields inherited from class play.libs.WS.WSRequest |
|---|
body, fileParams, followRedirects, headers, mimeType, oauthInfo, oauthTokens, parameters, password, scheme, timeout, url, username |
| Constructor Summary | |
|---|---|
protected |
WSAsync.WSAsyncRequest(java.lang.String url)
|
| Method Summary | |
|---|---|
WS.HttpResponse |
delete()
Execute a DELETE request. |
F.Promise<WS.HttpResponse> |
deleteAsync()
Execute a DELETE request asynchronously. |
WS.HttpResponse |
get()
Execute a GET request synchronously. |
F.Promise<WS.HttpResponse> |
getAsync()
Execute a GET request asynchronously. |
WS.HttpResponse |
head()
Execute a HEAD request. |
F.Promise<WS.HttpResponse> |
headAsync()
Execute a HEAD request asynchronously. |
WS.HttpResponse |
options()
Execute a OPTIONS request. |
F.Promise<WS.HttpResponse> |
optionsAsync()
Execute a OPTIONS request asynchronously. |
WS.HttpResponse |
post()
Execute a POST request. |
F.Promise<WS.HttpResponse> |
postAsync()
Execute a POST request asynchronously. |
WS.HttpResponse |
put()
Execute a PUT request. |
F.Promise<WS.HttpResponse> |
putAsync()
Execute a PUT request asynchronously. |
WS.HttpResponse |
trace()
Execute a TRACE request. |
F.Promise<WS.HttpResponse> |
traceAsync()
Execute a TRACE request asynchronously. |
| Methods inherited from class play.libs.WS.WSRequest |
|---|
authenticate, authenticate, basicAuthHeader, body, createQueryString, files, files, followRedirects, headers, mimeType, oauth, params, setHeader, setParameter, setParameter, setParameters, timeout |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String type
| Constructor Detail |
|---|
protected WSAsync.WSAsyncRequest(java.lang.String url)
| Method Detail |
|---|
public WS.HttpResponse get()
get in class WS.WSRequestpublic F.Promise<WS.HttpResponse> getAsync()
getAsync in class WS.WSRequestpublic WS.HttpResponse post()
post in class WS.WSRequestpublic F.Promise<WS.HttpResponse> postAsync()
postAsync in class WS.WSRequestpublic WS.HttpResponse put()
put in class WS.WSRequestpublic F.Promise<WS.HttpResponse> putAsync()
putAsync in class WS.WSRequestpublic WS.HttpResponse delete()
delete in class WS.WSRequestpublic F.Promise<WS.HttpResponse> deleteAsync()
deleteAsync in class WS.WSRequestpublic WS.HttpResponse options()
options in class WS.WSRequestpublic F.Promise<WS.HttpResponse> optionsAsync()
optionsAsync in class WS.WSRequestpublic WS.HttpResponse head()
head in class WS.WSRequestpublic F.Promise<WS.HttpResponse> headAsync()
headAsync in class WS.WSRequestpublic WS.HttpResponse trace()
trace in class WS.WSRequestpublic F.Promise<WS.HttpResponse> traceAsync()
traceAsync in class WS.WSRequest
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||