Uses of Interface
com.rabbitmq.client.amqp.ConnectionSettings.TlsSettings
Packages that use ConnectionSettings.TlsSettings
-
Uses of ConnectionSettings.TlsSettings in com.rabbitmq.client.amqp
Methods in com.rabbitmq.client.amqp that return ConnectionSettings.TlsSettingsModifier and TypeMethodDescriptionConnectionSettings.TlsSettings.hostnameVerification()Activate hostname verification.ConnectionSettings.TlsSettings.hostnameVerification(boolean hostnameVerification) Whether to activate hostname verification or not.ConnectionSettings.TlsSettings.sslContext(SSLContext sslContext) SSLContextto use.ConnectionSettings.TlsSettings<? extends T> ConnectionSettings.tls()TLS settings.ConnectionSettings.TlsSettings.trustEverything()Convenience method to set aSSLContextthat trusts all servers.