org.apache.oltu.oauth2.common
Class OAuth.HttpMethod

java.lang.Object
  extended by org.apache.oltu.oauth2.common.OAuth.HttpMethod
Enclosing class:
OAuth

public static final class OAuth.HttpMethod
extends Object


Field Summary
static String DELETE
           
static String GET
           
static String POST
           
static String PUT
           
 
Constructor Summary
OAuth.HttpMethod()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

POST

public static final String POST
See Also:
Constant Field Values

GET

public static final String GET
See Also:
Constant Field Values

DELETE

public static final String DELETE
See Also:
Constant Field Values

PUT

public static final String PUT
See Also:
Constant Field Values
Constructor Detail

OAuth.HttpMethod

public OAuth.HttpMethod()


Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.