Uses of Interface
com.pushtechnology.diffusion.client.session.proxy.HTTPProxyAuthentication
Packages that use HTTPProxyAuthentication
Package
Description
Client API : Sessions.
Client API : Proxy.
-
Uses of HTTPProxyAuthentication in com.pushtechnology.diffusion.client.session
Methods in com.pushtechnology.diffusion.client.session that return HTTPProxyAuthenticationModifier and TypeMethodDescriptionSessionAttributes.getHttpProxyAuth()
Returns the proxy authenticator used to route a connection to the server via an HTTP proxy.Methods in com.pushtechnology.diffusion.client.session with parameters of type HTTPProxyAuthenticationModifier and TypeMethodDescriptionSessionFactory.httpProxy
(String host, int port, HTTPProxyAuthentication authentication) A variant ofSessionFactory.httpProxy(String, int)
that provides authentication details to the HTTP proxy. -
Uses of HTTPProxyAuthentication in com.pushtechnology.diffusion.client.session.proxy
Methods in com.pushtechnology.diffusion.client.session.proxy that return HTTPProxyAuthenticationModifier and TypeMethodDescriptionProvides an implementation of Basic proxy authentication.