Package com.pushtechnology.diffusion.client.session.proxy
package com.pushtechnology.diffusion.client.session.proxy
Client API : Proxy.
This package contains types relating to proxy authentication. This allows connection of client sessions through a proxy.
A ProxyAuthenticationFactory
can be used to create an instance of a proxy authentication scheme.
- Since:
- 5.1
- Author:
- DiffusionData Limited
-
InterfacesClassDescriptionInterface that defines a proxy authentication scheme.Allows for an authentication implementation to be provided for connections routed via HTTP proxies.Factory for
proxy authentication
instances.