Uses of Class
com.dyuproject.oauth.Transport

Packages that use Transport
com.dyuproject.oauth   
 

Uses of Transport in com.dyuproject.oauth
 

Subclasses of Transport in com.dyuproject.oauth
 class HttpAuthTransport
          Sends the oauth request parameters via the HTTP Authorization header.
 class HttpGetTransport
          Sends the oauth request parameters using HTTP GET and appended with queryString
 class HttpPostTransport
          Sends the oauth request parameters via HTTP POST with application/x-www-form-urlencoded content type.
 

Methods in com.dyuproject.oauth that return Transport
static Transport Transport.get(String name)
          Gets a transport based from the given name.
 Transport Endpoint.getTransport()
          Gets the transport used for this endpoint; This could either be HttpAuthTransport, HttpGetTransport or HttpPostTransport.
 

Methods in com.dyuproject.oauth with parameters of type Transport
static void Transport.register(Transport transport)
          Registers a custom transport.
 

Constructors in com.dyuproject.oauth with parameters of type Transport
Endpoint(String consumerKey, String consumerSecret, boolean secure, String domain, String requestTokenUrl, String authorizeUrl, String accessTokenUrl, Signature signature, Transport transport)
           
 



Copyright © 2008-2013. All Rights Reserved.