play.libs.ws.ning
Class NingWSClient

java.lang.Object
  extended by play.libs.ws.ning.NingWSClient
All Implemented Interfaces:
WSClient

public class NingWSClient
extends java.lang.Object
implements WSClient


Constructor Summary
NingWSClient(com.ning.http.client.AsyncHttpClientConfig config)
           
 
Method Summary
protected  void close()
           
 java.lang.Object getUnderlying()
           
 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

NingWSClient

public NingWSClient(com.ning.http.client.AsyncHttpClientConfig config)
Method Detail

getUnderlying

public java.lang.Object getUnderlying()
Specified by:
getUnderlying in interface WSClient

url

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

close

protected void close()