This project has retired. For details please refer to its Attic page.
OAuth.HttpMethod | Apache Oltu - OAuth 2.0
public static final class

OAuth.HttpMethod

extends Object
java.lang.Object
   ↳ org.apache.oltu.oauth2.common.OAuth.HttpMethod

Summary

Constants
String DELETE
String GET
String POST
String PUT
Public Constructors
OAuth.HttpMethod()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String DELETE

Constant Value: "DELETE"

public static final String GET

Constant Value: "GET"

public static final String POST

Constant Value: "POST"

public static final String PUT

Constant Value: "PUT"

Public Constructors

public OAuth.HttpMethod ()