Package | Description |
---|---|
net.oauth.client |
Classes for implementing an OAuth Consumer; that is a client that requests
access to protected resources.
|
net.oauth.client.httpclient3 |
Classes that integrate the Apache Commons HTTP Client version 3 with the OAuth library.
|
net.oauth.client.httpclient4 |
Classes that integrate the Apache Commons HTTP Client version 4 with the OAuth library.
|
Modifier and Type | Class and Description |
---|---|
class |
URLConnectionClient
An HttpClient based on HttpURLConnection.
|
Modifier and Type | Method and Description |
---|---|
HttpClient |
OAuthClient.getHttpClient() |
Modifier and Type | Method and Description |
---|---|
void |
OAuthClient.setHttpClient(HttpClient http) |
Constructor and Description |
---|
OAuthClient(HttpClient http) |
Modifier and Type | Class and Description |
---|---|
class |
HttpClient3
Utility methods for an OAuth client based on the Jakarta Commons HTTP client.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpClient4
Utility methods for an OAuth client based on the Apache HttpClient.
|
Copyright © 2023. All rights reserved.