| 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.nio |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSocketChannelConfigurator |
static class |
SocketChannelConfigurators.AbstractSocketChannelConfigurator |
| Modifier and Type | Method and Description |
|---|---|
SocketChannelConfigurator |
SocketChannelConfigurators.Builder.build()
Return the configured
SocketConfigurator. |
| Modifier and Type | Method and Description |
|---|---|
SocketChannelConfigurators.Builder |
SocketChannelConfigurators.Builder.add(SocketChannelConfigurator extraConfiguration)
Add an extra configuration step.
|
SocketChannelConfigurators.AbstractSocketChannelConfigurator |
SocketChannelConfigurators.AbstractSocketChannelConfigurator.andThen(SocketChannelConfigurator after)
Returns a composed configurator that performs, in sequence, this
operation followed by the
after operation. |
| Modifier and Type | Method and Description |
|---|---|
SocketChannelConfigurator |
NioParams.getSocketChannelConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
NioParams.setSocketChannelConfigurator(SocketChannelConfigurator configurator)
Set the
SocketChannel configurator. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.