Uses of Interface
com.microsoft.azure.proton.transport.proxy.ProxyHandler
-
Packages that use ProxyHandler Package Description com.microsoft.azure.proton.transport.proxy Package containing classes for connecting via an HTTP proxy.com.microsoft.azure.proton.transport.proxy.impl Package containg implementation forProxyHandlerandProxy. -
-
Uses of ProxyHandler in com.microsoft.azure.proton.transport.proxy
Methods in com.microsoft.azure.proton.transport.proxy with parameters of type ProxyHandler Modifier and Type Method Description voidProxy. configure(String host, Map<String,String> headers, ProxyHandler proxyHandler, org.apache.qpid.proton.engine.Transport underlyingTransport)Configures the AMQP brokerhostwith the given proxy handler and transport. -
Uses of ProxyHandler in com.microsoft.azure.proton.transport.proxy.impl
Classes in com.microsoft.azure.proton.transport.proxy.impl that implement ProxyHandler Modifier and Type Class Description classProxyHandlerImplImplementation class that handles connecting to the proxy.Methods in com.microsoft.azure.proton.transport.proxy.impl that return ProxyHandler Modifier and Type Method Description protected ProxyHandlerProxyImpl. getProxyHandler()Methods in com.microsoft.azure.proton.transport.proxy.impl with parameters of type ProxyHandler Modifier and Type Method Description voidProxyImpl. configure(String host, Map<String,String> headers, ProxyHandler proxyHandler, org.apache.qpid.proton.engine.Transport underlyingTransport)Configures the AMQP brokerhostwith the given proxy handler and transport.
-