play.libs.ws
类 WSUrlFetch

java.lang.Object
  继承者 play.libs.ws.WSUrlFetch
所有已实现的接口:
WS.WSImpl

public class WSUrlFetch
extends java.lang.Object
implements WS.WSImpl

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
 

构造方法详细信息

WSUrlFetch

public WSUrlFetch()
方法详细信息

stop

public void stop()
指定者:
接口 WS.WSImpl 中的 stop

newRequest

public WS.WSRequest newRequest(java.lang.String url,
                               java.lang.String encoding)
指定者:
接口 WS.WSImpl 中的 newRequest


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly