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 ProxyConfigurationProxyConfiguration. SYSTEM_DEFAULTSGets the system defaults for proxy configuration and authentication.Methods in com.microsoft.azure.eventhubs that return ProxyConfiguration Modifier and Type Method Description ProxyConfigurationEventHubClientOptions. 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 ofEventHubClientusing the suppliedconnectionString.static CompletableFuture<EventHubClient>EventHubClient. createFromConnectionString(String connectionString, RetryPolicy retryPolicy, ScheduledExecutorService executor, ProxyConfiguration proxyConfiguration, Duration maximumSilentTime)Factory method to create an instance ofEventHubClientusing the suppliedconnectionString.static EventHubClientEventHubClient. createFromConnectionStringSync(String connectionString, RetryPolicy retryPolicy, ScheduledExecutorService executor, ProxyConfiguration configuration)static EventHubClientEventHubClient. createFromConnectionStringSync(String connectionString, RetryPolicy retryPolicy, ScheduledExecutorService executor, ProxyConfiguration configuration, Duration maximumSilentTime)EventHubClientOptionsEventHubClientOptions. 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 theamqpConnectionandproxyConfiguration.
-