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 |
Modifier and Type | Class and Description |
---|---|
static class |
ConnectionPostProcessors.AbstractConnectionPostProcessor |
Modifier and Type | Method and Description |
---|---|
ConnectionPostProcessor |
ConnectionPostProcessors.Builder.build()
Return the configured
ConnectionPostProcessor . |
Modifier and Type | Method and Description |
---|---|
ConnectionPostProcessors.Builder |
ConnectionPostProcessors.Builder.add(ConnectionPostProcessor connectionPostProcessor)
Add an extra post-processing step.
|
ConnectionPostProcessors.AbstractConnectionPostProcessor |
ConnectionPostProcessors.AbstractConnectionPostProcessor.andThen(ConnectionPostProcessor after)
Returns a composed processor that performs, in sequence, this
operation followed by the
after operation. |
void |
ConnectionFactory.setConnectionPostProcessor(ConnectionPostProcessor connectionPostProcessor)
Hook to post-process the freshly open TCP connection.
|
Modifier and Type | Field and Description |
---|---|
protected ConnectionPostProcessor |
AbstractFrameHandlerFactory.connectionPostProcessor |
Constructor and Description |
---|
AbstractFrameHandlerFactory(int connectionTimeout,
SocketConfigurator configurator,
boolean ssl,
ConnectionPostProcessor connectionPostProcessor) |
SocketFrameHandlerFactory(int connectionTimeout,
SocketFactory factory,
SocketConfigurator configurator,
boolean ssl,
ExecutorService shutdownExecutor,
ConnectionPostProcessor connectionPostProcessor) |
Constructor and Description |
---|
SocketChannelFrameHandlerFactory(int connectionTimeout,
NioParams nioParams,
boolean ssl,
SSLContext sslContext,
ConnectionPostProcessor connectionPostProcessor) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.