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

Packages that use HandlerContext
org.apache.wink.client   
org.apache.wink.client.handlers   
 

Uses of HandlerContext in org.apache.wink.client
 

Methods in org.apache.wink.client with parameters of type HandlerContext
 ClientResponse AsyncHttpClientConnectionHandler.handle(ClientRequest request, HandlerContext context)
           
 

Uses of HandlerContext in org.apache.wink.client.handlers
 

Methods in org.apache.wink.client.handlers with parameters of type HandlerContext
 ClientResponse ProxyAuthSecurityHandler.handle(ClientRequest request, HandlerContext context)
          Performs basic HTTP authentication and proxy authentication, if necessary.
 ClientResponse ClientHandler.handle(ClientRequest request, HandlerContext context)
          This method is invoked for every request invocation to allow the handler to perform custom actions during the invocation.
 ClientResponse BasicAuthSecurityHandler.handle(ClientRequest request, HandlerContext context)
          Performs basic HTTP authentication and proxy authentication, if necessary.
 



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