net.netheos.pcsapi.request
Interface HttpExecutor

All Known Implementing Classes:
OAuth2SessionManager, PasswordSessionManager, SessionManager, SimpleHttpExecutor

public interface HttpExecutor


Method Summary
 CResponse execute(org.apache.http.client.methods.HttpUriRequest request)
          Execute the request
 

Method Detail

execute

CResponse execute(org.apache.http.client.methods.HttpUriRequest request)
                  throws CStorageException
Execute the request

Parameters:
request - The http request
Returns:
The http response
Throws:
CStorageException - Execution failure


Copyright © 2014. All Rights Reserved.