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

OAuthClientResponse

extends Object
java.lang.Object
   ↳ org.apache.oltu.oauth2.client.response.OAuthClientResponse
Known Direct Subclasses
Known Indirect Subclasses

Summary

Fields
protected String body
protected String contentType
protected Map<StringObject> parameters
protected int responseCode
protected OAuthClientValidator validator
Public Constructors
OAuthClientResponse()
Public Methods
String getParam(String param)
Protected Methods
void init(String body, String contentType, int responseCode)
abstract void setBody(String body)
abstract void setContentType(String contentType)
abstract void setResponseCode(int responseCode)
void validate()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String body

protected String contentType

protected Map<StringObject> parameters

protected int responseCode

protected OAuthClientValidator validator

Public Constructors

public OAuthClientResponse ()

Public Methods

public String getParam (String param)

Protected Methods

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

protected abstract void setBody (String body)

protected abstract void setContentType (String contentType)

protected abstract void setResponseCode (int responseCode)

protected void validate ()