Uses of Class
net.oauth.http.HttpMessage

Packages that use HttpMessage
net.oauth Fundamental classes and algorithms for implementing OAuth
net.oauth.client   
net.oauth.http Classes that integrate OAuth with HTTP. 
 

Uses of HttpMessage in net.oauth
 

Methods in net.oauth that return HttpMessage
 HttpMessage OAuthMessage.toHttpRequest(OAuthClient.ParameterStyle style)
          Deprecated. use HttpMessage.newRequest
 

Uses of HttpMessage in net.oauth.client
 

Subclasses of HttpMessage in net.oauth.client
 class URLConnectionResponse
          The response part of a URLConnection, encapsulated as an HttpMessage.
 

Methods in net.oauth.client with parameters of type HttpMessage
 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.
 

Constructors in net.oauth.client with parameters of type HttpMessage
URLConnectionResponse(HttpMessage request, java.lang.String requestHeaders, byte[] requestExcerpt, java.net.URLConnection connection)
          Construct an OAuthMessage from the HTTP response, including parameters from OAuth WWW-Authenticate headers and the body.
 

Uses of HttpMessage in net.oauth.http
 

Subclasses of HttpMessage in net.oauth.http
 class HttpMessageDecoder
          A decorator that handles Content-Encoding.
 class HttpResponseMessage
          An HTTP response.
 

Methods in net.oauth.http that return HttpMessage
static HttpMessage HttpMessage.newRequest(OAuthMessage from, ParameterStyle style)
          Construct an HTTP request from this OAuth message.
 

Methods in net.oauth.http with parameters of type HttpMessage
 HttpResponseMessage HttpClient.execute(HttpMessage request, java.util.Map<java.lang.String,java.lang.Object> httpParameters)
          Send an HTTP request and return the response.
 



Copyright © 2009. All Rights Reserved.