| 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 |
NIO network connector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSocketChannelConfigurator |
| Modifier and Type | Field and Description |
|---|---|
static SocketChannelConfigurator |
SocketChannelConfigurators.DEFAULT
Deprecated.
Default
SocketChannelConfigurator that disables Nagle's algorithm. |
static SocketChannelConfigurator |
SocketChannelConfigurators.DISABLE_NAGLE_ALGORITHM
Deprecated.
Disable Nagle's algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
default SocketChannelConfigurator |
SocketChannelConfigurator.andThen(SocketChannelConfigurator after)
Deprecated.
Returns a composed configurator that performs, in sequence, this
operation followed by the
after operation. |
SocketChannelConfigurator |
SocketChannelConfigurators.Builder.build()
Return the configured
SocketConfigurator. |
static SocketChannelConfigurator |
SocketChannelConfigurators.defaultConfigurator()
Deprecated.
The default
SocketChannelConfigurator that disables Nagle's algorithm. |
static SocketChannelConfigurator |
SocketChannelConfigurators.disableNagleAlgorithm()
Deprecated.
SocketChannelConfigurator that disables Nagle's algorithm. |
| Modifier and Type | Method and Description |
|---|---|
SocketChannelConfigurators.Builder |
SocketChannelConfigurators.Builder.add(SocketChannelConfigurator extraConfiguration)
Add an extra configuration step.
|
default SocketChannelConfigurator |
SocketChannelConfigurator.andThen(SocketChannelConfigurator after)
Deprecated.
Returns a composed configurator that performs, in sequence, this
operation followed by the
after operation. |
| Modifier and Type | Method and Description |
|---|---|
SocketChannelConfigurator |
NioParams.getSocketChannelConfigurator()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NioParams.setSocketChannelConfigurator(SocketChannelConfigurator configurator)
Deprecated.
Set the
SocketChannel configurator. |
Copyright © 2025 Broadcom Inc. and its subsidiaries.. All rights reserved.