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

OAuthRSResponse

extends OAuthResponse
java.lang.Object
   ↳ org.apache.oltu.oauth2.common.message.OAuthResponse
     ↳ org.apache.oltu.oauth2.rs.response.OAuthRSResponse

Summary

Nested Classes
class OAuthRSResponse.OAuthRSResponseBuilder  
[Expand]
Inherited Fields
From class org.apache.oltu.oauth2.common.message.OAuthResponse
Protected Constructors
OAuthRSResponse(String uri, int responseStatus)
[Expand]
Inherited Methods
From class org.apache.oltu.oauth2.common.message.OAuthResponse
From class java.lang.Object
From interface org.apache.oltu.oauth2.common.message.OAuthMessage

Protected Constructors

protected OAuthRSResponse (String uri, int responseStatus)