|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpResponseMessage | |
---|---|
net.oauth.client | |
net.oauth.http | Classes that integrate OAuth with HTTP. |
Uses of HttpResponseMessage in net.oauth.client |
---|
Subclasses of HttpResponseMessage in net.oauth.client | |
---|---|
class |
URLConnectionResponse
The response part of a URLConnection, encapsulated as an HttpMessage. |
Methods in net.oauth.client that return HttpResponseMessage | |
---|---|
HttpResponseMessage |
URLConnectionClient.execute(HttpMessage request,
java.util.Map<java.lang.String,java.lang.Object> parameters)
Send a message to the service provider and get the response. |
HttpResponseMessage |
OAuthResponseMessage.getHttpResponse()
|
Uses of HttpResponseMessage in net.oauth.http |
---|
Subclasses of HttpResponseMessage in net.oauth.http | |
---|---|
class |
HttpMessageDecoder
A decorator that handles Content-Encoding. |
Methods in net.oauth.http that return HttpResponseMessage | |
---|---|
static HttpResponseMessage |
HttpMessageDecoder.decode(HttpResponseMessage message)
Decode the given message if necessary and possible. |
HttpResponseMessage |
HttpClient.execute(HttpMessage request,
java.util.Map<java.lang.String,java.lang.Object> httpParameters)
Send an HTTP request and return the response. |
Methods in net.oauth.http with parameters of type HttpResponseMessage | |
---|---|
static HttpResponseMessage |
HttpMessageDecoder.decode(HttpResponseMessage message)
Decode the given message if necessary and possible. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |