Uses of Class
net.oauth.ParameterStyle

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

Uses of ParameterStyle in net.oauth
 

Methods in net.oauth that return ParameterStyle
static ParameterStyle ParameterStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ParameterStyle[] ParameterStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ParameterStyle in net.oauth.client
 

Methods in net.oauth.client that return ParameterStyle
 ParameterStyle OAuthClient.ParameterStyle.getReplacement()
          Deprecated.  
 

Methods in net.oauth.client with parameters of type ParameterStyle
 OAuthResponseMessage OAuthClient.access(OAuthMessage request, ParameterStyle style)
          Send a request and return the response.
 OAuthMessage OAuthClient.invoke(OAuthMessage request, ParameterStyle style)
          Send a request message to the service provider and get the response.
 

Uses of ParameterStyle in net.oauth.http
 

Methods in net.oauth.http with parameters of type ParameterStyle
static HttpMessage HttpMessage.newRequest(OAuthMessage from, ParameterStyle style)
          Construct an HTTP request from this OAuth message.
 



Copyright © 2009. All Rights Reserved.