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

Packages that use ConnectionHandler
org.apache.wink.client   
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.
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-2010 The Apache Software Foundation. All Rights Reserved.