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

OAuthResourceResponse

extends OAuthClientResponse
java.lang.Object
   ↳ org.apache.oltu.oauth2.client.response.OAuthClientResponse
     ↳ org.apache.oltu.oauth2.client.response.OAuthResourceResponse

Summary

[Expand]
Inherited Fields
From class org.apache.oltu.oauth2.client.response.OAuthClientResponse
Public Constructors
OAuthResourceResponse()
Public Methods
String getBody()
String getContentType()
int getResponseCode()
Protected Methods
void init(String body, String contentType, int responseCode)
void setBody(String body)
void setContentType(String contentType)
void setResponseCode(int responseCode)
[Expand]
Inherited Methods
From class org.apache.oltu.oauth2.client.response.OAuthClientResponse
From class java.lang.Object

Public Constructors

public OAuthResourceResponse ()

Public Methods

public String getBody ()

public String getContentType ()

public int getResponseCode ()

Protected Methods

protected void init (String body, String contentType, int responseCode)

protected void setBody (String body)

protected void setContentType (String contentType)

protected void setResponseCode (int responseCode)