All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ups.xmlsdk.util.Https

java.lang.Object
   |
   +----com.ups.xmlsdk.util.Https

public class Https
extends Object
implements HttpsAuthenticator
the Https class enables protocol handling and proxy authentication


Constructor Index

 o Https(String, String)
Constructor used for proxy authentication with SSLight.

Method Index

 o authString(URL, String, String)
 o proxyAuthString(URL, String, int)
 o schemeSupported(String)

Constructors

 o Https
 public Https(String username,
              String password)
Constructor used for proxy authentication with SSLight.

Parameters:
username - java.lang.String
password - java.lang.String

Methods

 o authString
 public String authString(URL u,
                          String scheme,
                          String realm)
 o proxyAuthString
 public String proxyAuthString(URL u,
                               String scheme,
                               int retries)
 o schemeSupported
 public boolean schemeSupported(String scheme)

All Packages  Class Hierarchy  This Package  Previous  Next  Index