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
-
Https(String, String)
- Constructor used for proxy authentication with SSLight.
-
authString(URL, String, String)
-
-
proxyAuthString(URL, String, int)
-
-
schemeSupported(String)
-
Https
public Https(String username,
String password)
- Constructor used for proxy authentication with SSLight.
- Parameters:
- username - java.lang.String
- password - java.lang.String
authString
public String authString(URL u,
String scheme,
String realm)
proxyAuthString
public String proxyAuthString(URL u,
String scheme,
int retries)
schemeSupported
public boolean schemeSupported(String scheme)
All Packages Class Hierarchy This Package Previous Next Index