public class OAuthRequest extends AbstractRequest
CONTENT_LENGTH, CONTENT_TYPE, DEFAULT_CONTENT_TYPE
Constructor and Description |
---|
OAuthRequest(Verb verb,
String url,
OAuthService service) |
Modifier and Type | Method and Description |
---|---|
Response |
send()
Execute the request and return a
Response |
addBodyParameter, addHeader, addOAuthParameter, addParameter, addPayload, addPayload, addQuerystringParameter, getBodyContents, getBodyParams, getCharset, getCompleteUrl, getHeaders, getOauthParameters, getQueryStringParams, getRealm, getSanitizedUrl, getService, getUrl, getVerb, hasBodyContent, isConnectionKeepAlive, isFollowRedirects, setCharset, setConnectionKeepAlive, setFollowRedirects, setRealm, toString
public OAuthRequest(Verb verb, String url, OAuthService service)
public Response send()
Response
RuntimeException
- if the connection cannot be created.Copyright © 2016. All rights reserved.