Uses of Interface
com.rabbitmq.stream.EnvironmentBuilder.TlsConfiguration
-
Packages that use EnvironmentBuilder.TlsConfiguration Package Description com.rabbitmq.stream Main API for RabbitMQ Stream Java Client.com.rabbitmq.stream.impl Implementation-specific, non-public interfaces and classes of the RabbitMQ Stream Java Client. -
-
Uses of EnvironmentBuilder.TlsConfiguration in com.rabbitmq.stream
Methods in com.rabbitmq.stream that return EnvironmentBuilder.TlsConfiguration Modifier and Type Method Description EnvironmentBuilder.TlsConfigurationEnvironmentBuilder.TlsConfiguration. hostnameVerification()Enable hostname verification.EnvironmentBuilder.TlsConfigurationEnvironmentBuilder.TlsConfiguration. hostnameVerification(boolean hostnameVerification)Enable or disable hostname verification.EnvironmentBuilder.TlsConfigurationEnvironmentBuilder.TlsConfiguration. sslContext(SslContext sslContext)NettySslContextfor TLS connections.EnvironmentBuilder.TlsConfigurationEnvironmentBuilder. tls()Enable and configure TLS.EnvironmentBuilder.TlsConfigurationEnvironmentBuilder.TlsConfiguration. trustEverything()Convenience method to set aSslContextthat trusts all servers. -
Uses of EnvironmentBuilder.TlsConfiguration in com.rabbitmq.stream.impl
Methods in com.rabbitmq.stream.impl that return EnvironmentBuilder.TlsConfiguration Modifier and Type Method Description EnvironmentBuilder.TlsConfigurationStreamEnvironmentBuilder. tls()
-