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

HttpClient4

extends Object
implements HttpClient
java.lang.Object
   ↳ org.apache.oltu.oauth2.httpclient4.HttpClient4

Class Overview

Exemplar HttpClient4

Summary

Public Constructors
HttpClient4()
HttpClient4(HttpClient client)
Public Methods
<T extends OAuthClientResponse> T execute(OAuthClientRequest request, Map<StringString> headers, String requestMethod, Class<T> responseClass)
void shutdown()
Shut down the client and release the resources associated with the HttpClient
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.oltu.oauth2.client.HttpClient

Public Constructors

public HttpClient4 ()

public HttpClient4 (HttpClient client)

Public Methods

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

public void shutdown ()

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