Uses of Class
com.microsoft.azure.proton.transport.proxy.ProxyConfiguration
-
Packages that use ProxyConfiguration 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 ProxyConfiguration in com.microsoft.azure.proton.transport.proxy
Fields in com.microsoft.azure.proton.transport.proxy declared as ProxyConfiguration Modifier and Type Field Description static ProxyConfigurationProxyConfiguration. SYSTEM_DEFAULTSGets the system defaults for proxy configuration and authentication. -
Uses of ProxyConfiguration in com.microsoft.azure.proton.transport.proxy.impl
Constructors in com.microsoft.azure.proton.transport.proxy.impl with parameters of type ProxyConfiguration Constructor Description ProxyImpl(ProxyConfiguration configuration)Create proxy transport layer - which, after configuring using theProxyImpl.configure(String, Map, ProxyHandler, Transport)API is ready for layering in qpid-proton-j transport layers, usingTransportInternal.addTransportLayer(TransportLayer)API.
-