This project has retired. For details please refer to its Attic page.
HttpClient | Apache Oltu - OAuth 2.0
public interface

HttpClient

org.apache.oltu.oauth2.client.HttpClient
Known Indirect Subclasses

Summary

Public Methods
abstract <T extends OAuthClientResponse> T execute(OAuthClientRequest request, Map<StringString> headers, String requestMethod, Class<T> responseClass)
abstract void shutdown()
Shut down the client and release the resources associated with the HttpClient

Public Methods

public abstract T execute (OAuthClientRequest request, Map<StringString> headers, String requestMethod, Class<T> responseClass)

public abstract void shutdown ()

Shut down the client and release the resources associated with the HttpClient