Uses of Class
com.microsoft.azure.eventhubs.ProxyConfiguration
-
Packages that use ProxyConfiguration Package Description com.microsoft.azure.eventhubs com.microsoft.azure.eventhubs.impl -
-
Uses of ProxyConfiguration in com.microsoft.azure.eventhubs
Fields in com.microsoft.azure.eventhubs declared as ProxyConfiguration Modifier and Type Field Description static ProxyConfiguration
ProxyConfiguration. SYSTEM_DEFAULTS
Gets the system defaults for proxy configuration and authentication.Methods in com.microsoft.azure.eventhubs that return ProxyConfiguration Modifier and Type Method Description ProxyConfiguration
EventHubClientOptions. getProxyConfiguration()
Gets the proxy configuration for this set of options.Methods in com.microsoft.azure.eventhubs with parameters of type ProxyConfiguration Modifier and Type Method Description static CompletableFuture<EventHubClient>
EventHubClient. createFromConnectionString(String connectionString, RetryPolicy retryPolicy, ScheduledExecutorService executor, ProxyConfiguration proxyConfiguration)
Factory method to create an instance ofEventHubClient
using the suppliedconnectionString
.static CompletableFuture<EventHubClient>
EventHubClient. createFromConnectionString(String connectionString, RetryPolicy retryPolicy, ScheduledExecutorService executor, ProxyConfiguration proxyConfiguration, Duration maximumSilentTime)
Factory method to create an instance ofEventHubClient
using the suppliedconnectionString
.static EventHubClient
EventHubClient. createFromConnectionStringSync(String connectionString, RetryPolicy retryPolicy, ScheduledExecutorService executor, ProxyConfiguration configuration)
static EventHubClient
EventHubClient. createFromConnectionStringSync(String connectionString, RetryPolicy retryPolicy, ScheduledExecutorService executor, ProxyConfiguration configuration, Duration maximumSilentTime)
EventHubClientOptions
EventHubClientOptions. setProxyConfiguration(ProxyConfiguration proxyConfiguration)
Sets the proxy configuration for the client options. -
Uses of ProxyConfiguration in com.microsoft.azure.eventhubs.impl
Constructors in com.microsoft.azure.eventhubs.impl with parameters of type ProxyConfiguration Constructor Description WebSocketProxyConnectionHandler(AmqpConnection amqpConnection, String connectionId, org.apache.qpid.proton.engine.SslDomain.VerifyMode verifyMode, ProxyConfiguration proxyConfiguration)
Creates a WebSocket proxy connection handler for theamqpConnection
andproxyConfiguration
.
-