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