Uses of Class
com.rabbitmq.client.ConnectionPostProcessors.AbstractConnectionPostProcessor
-
Packages that use ConnectionPostProcessors.AbstractConnectionPostProcessor Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors. -
-
Uses of ConnectionPostProcessors.AbstractConnectionPostProcessor in com.rabbitmq.client
Methods in com.rabbitmq.client that return ConnectionPostProcessors.AbstractConnectionPostProcessor Modifier and Type Method Description ConnectionPostProcessors.AbstractConnectionPostProcessor
ConnectionPostProcessors.AbstractConnectionPostProcessor. andThen(ConnectionPostProcessor after)
Returns a composed processor that performs, in sequence, this operation followed by theafter
operation.static ConnectionPostProcessors.AbstractConnectionPostProcessor
ConnectionPostProcessors. hostnameVerificationConnectionPostProcessor(HostnameVerifier verifier)
Perform hostname verification for TLS connections.
-