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.
|
net.oauth.http |
Classes that integrate OAuth with HTTP.
|
Modifier and Type | Class and Description |
---|---|
class |
URLConnectionResponse
The response part of a URLConnection, encapsulated as an HttpMessage.
|
Modifier and Type | Method and Description |
---|---|
HttpResponseMessage |
URLConnectionClient.execute(HttpMessage request,
Map<String,Object> parameters)
Send a message to the service provider and get the response.
|
Constructor and Description |
---|
URLConnectionResponse(HttpMessage request,
String requestHeaders,
byte[] requestExcerpt,
URLConnection connection)
Construct an OAuthMessage from the HTTP response, including parameters
from OAuth WWW-Authenticate headers and the body.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpMethodResponse
The response part of an HttpMethod, encapsulated as an HttpMessage.
|
Modifier and Type | Method and Description |
---|---|
HttpResponseMessage |
HttpClient3.execute(HttpMessage request,
Map<String,Object> parameters) |
Modifier and Type | Method and Description |
---|---|
HttpResponseMessage |
HttpClient4.execute(HttpMessage request,
Map<String,Object> parameters) |
Modifier and Type | Class and Description |
---|---|
class |
HttpMessageDecoder
A decorator that handles Content-Encoding.
|
class |
HttpResponseMessage
An HTTP response.
|
Modifier and Type | Method and Description |
---|---|
static HttpMessage |
HttpMessage.newRequest(OAuthMessage from,
ParameterStyle style)
Construct an HTTP request from this OAuth message.
|
Modifier and Type | Method and Description |
---|---|
HttpResponseMessage |
HttpClient.execute(HttpMessage request,
Map<String,Object> httpParameters)
Send an HTTP request and return the response.
|
Copyright © 2023. All rights reserved.