public class ProxyAuthenticationFactoryImpl extends Object implements ProxyAuthenticationFactory
Constructor and Description |
---|
ProxyAuthenticationFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
HTTPProxyAuthentication |
basic(String username,
String password)
Provides an implementation of Basic proxy authentication.
|
public HTTPProxyAuthentication basic(String username, String password)
ProxyAuthenticationFactory
basic
in interface ProxyAuthenticationFactory
username
- specifies the username to be used when authenticating a
connection to a proxy server using Basic authenticationpassword
- the password associated with the provided username to
authenticate a connection to the proxy serverCopyright © 2016 Push Technology Ltd. All Rights Reserved.