| 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
Default
SocketChannelConfigurator that disables Nagle's algorithm. |
static SocketChannelConfigurator |
SocketChannelConfigurators.DISABLE_NAGLE_ALGORITHM
Disable Nagle's algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
default SocketChannelConfigurator |
SocketChannelConfigurator.andThen(SocketChannelConfigurator after)
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()
The default
SocketChannelConfigurator that disables Nagle's algorithm. |
static SocketChannelConfigurator |
SocketChannelConfigurators.disableNagleAlgorithm()
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)
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 © 2021 VMware, Inc. or its affiliates.. All rights reserved.