|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectplay.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.
嵌套类摘要 | |
---|---|
static class |
WSUrlFetch.HttpUrlfetchResponse
An HTTP response wrapper |
class |
WSUrlFetch.WSUrlfetchRequest
|
构造方法摘要 | |
---|---|
WSUrlFetch()
|
方法摘要 | |
---|---|
WS.WSRequest |
newRequest(java.lang.String url,
java.lang.String encoding)
|
void |
stop()
|
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public WSUrlFetch()
方法详细信息 |
---|
public void stop()
WS.WSImpl
中的 stop
public WS.WSRequest newRequest(java.lang.String url, java.lang.String encoding)
WS.WSImpl
中的 newRequest
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |