|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object play.libs.WS.WSRequest play.libs.ws.WSUrlFetch.WSUrlfetchRequest
public class WSUrlFetch.WSUrlfetchRequest
Field Summary |
---|
Fields inherited from class play.libs.WS.WSRequest |
---|
body, fileParams, headers, mimeType, oauthInfo, oauthTokens, parameters, password, 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, body, createQueryString, deleteAsync, files, files, getAsync, headAsync, headers, mimeType, oauth, optionsAsync, params, postAsync, putAsync, setHeader, setParameter, setParameter, setParameters, 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.WSRequest
public WS.HttpResponse post()
post
in class WS.WSRequest
public WS.HttpResponse put()
put
in class WS.WSRequest
public WS.HttpResponse delete()
delete
in class WS.WSRequest
public WS.HttpResponse options()
options
in class WS.WSRequest
public WS.HttpResponse head()
head
in class WS.WSRequest
public WS.HttpResponse trace()
trace
in class WS.WSRequest
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |