play.libs.ws.ning
Class NingWSAPI

java.lang.Object
  extended by play.libs.ws.ning.NingWSAPI
All Implemented Interfaces:
WSAPI

public class NingWSAPI
extends java.lang.Object
implements WSAPI


Constructor Summary
NingWSAPI(Application app)
           
 
Method Summary
 WSClient client()
           
protected  void resetClient()
          resets the underlying AsyncHttpClient
 WSRequestHolder url(java.lang.String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NingWSAPI

public NingWSAPI(Application app)
Method Detail

resetClient

protected void resetClient()
resets the underlying AsyncHttpClient


client

public WSClient client()
Specified by:
client in interface WSAPI

url

public WSRequestHolder url(java.lang.String url)
Specified by:
url in interface WSAPI