bad.robot.http.configuration
Class OAuthCredentials

java.lang.Object
  extended by bad.robot.http.configuration.OAuthCredentials
All Implemented Interfaces:
AuthorisationCredentials, HttpClientSetting

public class OAuthCredentials
extends Object
implements AuthorisationCredentials


Method Summary
 void applyTo(ConfigurableHttpClient client)
           
static OAuthCredentials oAuth(AuthorisationToken token, URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

oAuth

public static OAuthCredentials oAuth(AuthorisationToken token,
                                     URL url)

applyTo

public void applyTo(ConfigurableHttpClient client)
Specified by:
applyTo in interface HttpClientSetting


Copyright © 2012. All Rights Reserved.