Uses of Class
net.oauth.client.OAuthClient.ParameterStyle

Packages that use OAuthClient.ParameterStyle
net.oauth Fundamental classes and algorithms for implementing OAuth
net.oauth.client   
 

Uses of OAuthClient.ParameterStyle in net.oauth
 

Methods in net.oauth with parameters of type OAuthClient.ParameterStyle
 HttpMessage OAuthMessage.toHttpRequest(OAuthClient.ParameterStyle style)
          Deprecated. use HttpMessage.newRequest
 

Uses of OAuthClient.ParameterStyle in net.oauth.client
 

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

Methods in net.oauth.client with parameters of type OAuthClient.ParameterStyle
 OAuthResponseMessage OAuthClient.access(OAuthMessage request, OAuthClient.ParameterStyle style)
          Deprecated.  
 OAuthMessage OAuthClient.invoke(OAuthMessage request, OAuthClient.ParameterStyle style)
          Deprecated.  
 



Copyright © 2009. All Rights Reserved.