Uses of Interface
com.rabbitmq.client.ConnectionPostProcessor
-
Packages that use ConnectionPostProcessor Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors.com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes.com.rabbitmq.client.impl.nio NIO network connector. -
-
Uses of ConnectionPostProcessor in com.rabbitmq.client
Classes in com.rabbitmq.client that implement ConnectionPostProcessor Modifier and Type Class Description static classConnectionPostProcessors.AbstractConnectionPostProcessorMethods in com.rabbitmq.client that return ConnectionPostProcessor Modifier and Type Method Description ConnectionPostProcessorConnectionPostProcessors.Builder. build()Return the configuredConnectionPostProcessor.Methods in com.rabbitmq.client with parameters of type ConnectionPostProcessor Modifier and Type Method Description ConnectionPostProcessors.BuilderConnectionPostProcessors.Builder. add(ConnectionPostProcessor connectionPostProcessor)Add an extra post-processing step.ConnectionPostProcessors.AbstractConnectionPostProcessorConnectionPostProcessors.AbstractConnectionPostProcessor. andThen(ConnectionPostProcessor after)Returns a composed processor that performs, in sequence, this operation followed by theafteroperation.voidConnectionFactory. setConnectionPostProcessor(ConnectionPostProcessor connectionPostProcessor)Hook to post-process the freshly open TCP connection. -
Uses of ConnectionPostProcessor in com.rabbitmq.client.impl
Fields in com.rabbitmq.client.impl declared as ConnectionPostProcessor Modifier and Type Field Description protected ConnectionPostProcessorAbstractFrameHandlerFactory. connectionPostProcessorConstructors in com.rabbitmq.client.impl with parameters of type ConnectionPostProcessor Constructor Description AbstractFrameHandlerFactory(int connectionTimeout, SocketConfigurator configurator, boolean ssl, ConnectionPostProcessor connectionPostProcessor)SocketFrameHandlerFactory(int connectionTimeout, SocketFactory factory, SocketConfigurator configurator, boolean ssl, ExecutorService shutdownExecutor, ConnectionPostProcessor connectionPostProcessor) -
Uses of ConnectionPostProcessor in com.rabbitmq.client.impl.nio
Constructors in com.rabbitmq.client.impl.nio with parameters of type ConnectionPostProcessor Constructor Description SocketChannelFrameHandlerFactory(int connectionTimeout, NioParams nioParams, boolean ssl, SSLContext sslContext, ConnectionPostProcessor connectionPostProcessor)
-