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

URLConnectionClient

extends Object
implements HttpClient
java.lang.Object
   ↳ org.apache.oltu.oauth2.client.URLConnectionClient

Class Overview

Implementation of the OAuth HttpClient using URL Connection

Summary

Public Constructors
URLConnectionClient()
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 URLConnectionClient ()

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