Package | Description |
---|---|
com.pushtechnology.diffusion.client.session |
Client API : Sessions.
|
com.pushtechnology.diffusion.client.session.proxy |
Client API : Proxy.
|
Modifier and Type | Method and Description |
---|---|
HTTPProxyAuthentication |
SessionAttributes.getHttpProxyAuth()
Returns the proxy authenticator used to route a connection to the server
via an HTTP proxy.
|
Modifier and Type | Method and Description |
---|---|
SessionFactory |
SessionFactory.httpProxy(String host,
int port,
HTTPProxyAuthentication authentication)
A variant of
SessionFactory.httpProxy(String, int) that provides authentication
details to the HTTP proxy. |
Modifier and Type | Method and Description |
---|---|
HTTPProxyAuthentication |
ProxyAuthenticationFactory.basic(String username,
String password)
Provides an implementation of Basic proxy authentication.
|
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.