Uses of Interface
org.apache.wink.client.handlers.ConnectionHandler

Packages that use ConnectionHandler
org.apache.wink.client   
org.apache.wink.client.httpclient   
org.apache.wink.client.internal.handlers   
 

Uses of ConnectionHandler in org.apache.wink.client
 

Classes in org.apache.wink.client that implement ConnectionHandler
 class AsyncHttpClientConnectionHandler
          Extends AbstractConnectionHandler and uses AsyncHttpClient to perform HTTP request execution.
 

Methods in org.apache.wink.client that return ConnectionHandler
protected  ConnectionHandler AsyncHttpClientConfiguration.getConnectionHandler()
           
protected  ConnectionHandler ClientConfig.getConnectionHandler()
          Returns the client handler that acts as the connection handler.
 

Uses of ConnectionHandler in org.apache.wink.client.httpclient
 

Methods in org.apache.wink.client.httpclient that return ConnectionHandler
protected  ConnectionHandler ApacheHttpClientConfig.getConnectionHandler()
           
 

Uses of ConnectionHandler in org.apache.wink.client.internal.handlers
 

Classes in org.apache.wink.client.internal.handlers that implement ConnectionHandler
 class org.apache.wink.client.internal.handlers.AbstractConnectionHandler
           
 



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.