Uses of Interface
net.netheos.pcsapi.request.HttpExecutor

Packages that use HttpExecutor
net.netheos.pcsapi.oauth   
net.netheos.pcsapi.request   
 

Uses of HttpExecutor in net.netheos.pcsapi.oauth
 

Classes in net.netheos.pcsapi.oauth that implement HttpExecutor
 class OAuth2SessionManager
          OAuth2 session manager (used by most providers).
 class PasswordSessionManager
          Password session manager : handles basic and digest authentication.
 class SessionManager<T extends Credentials>
          Binds HTTP requests with an authentication protocol
 

Uses of HttpExecutor in net.netheos.pcsapi.request
 

Classes in net.netheos.pcsapi.request that implement HttpExecutor
 class SimpleHttpExecutor
          Simple implementation of HttpExecutor which execute directly the given request.
 

Constructors in net.netheos.pcsapi.request with parameters of type HttpExecutor
HttpRequestor(org.apache.http.client.methods.HttpUriRequest request, CPath path, HttpExecutor executor)
          Create a new requestor
 



Copyright © 2014. All Rights Reserved.