|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object play.libs.ws.WSUrlFetch
public class WSUrlFetch
Implementation of the WS interface based on Java URL Fetch API. This is to be used for example in Google App Engine, where the async http client can't be used.
Nested Class Summary | |
---|---|
static class |
WSUrlFetch.HttpUrlfetchResponse
An HTTP response wrapper |
class |
WSUrlFetch.WSUrlfetchRequest
|
Constructor Summary | |
---|---|
WSUrlFetch()
|
Method Summary | |
---|---|
WS.WSRequest |
newRequest(java.lang.String url)
|
void |
stop()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSUrlFetch()
Method Detail |
---|
public void stop()
stop
in interface WS.WSImpl
public WS.WSRequest newRequest(java.lang.String url)
newRequest
in interface WS.WSImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |