Package | Description |
---|---|
com.rabbitmq.client |
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
|
Modifier and Type | Field and Description |
---|---|
static SocketChannelConfigurators.AbstractSocketChannelConfigurator |
SocketChannelConfigurators.DEFAULT
Default
SocketChannelConfigurator that disables Nagle's algorithm. |
static SocketChannelConfigurators.AbstractSocketChannelConfigurator |
SocketChannelConfigurators.DISABLE_NAGLE_ALGORITHM
Disable Nagle's algorithm.
|
Modifier and Type | Method and Description |
---|---|
SocketChannelConfigurators.AbstractSocketChannelConfigurator |
SocketChannelConfigurators.AbstractSocketChannelConfigurator.andThen(SocketChannelConfigurator after)
Returns a composed configurator that performs, in sequence, this
operation followed by the
after operation. |
static SocketChannelConfigurators.AbstractSocketChannelConfigurator |
SocketChannelConfigurators.defaultConfigurator()
The default
SocketChannelConfigurator that disables Nagle's algorithm. |
static SocketChannelConfigurators.AbstractSocketChannelConfigurator |
SocketChannelConfigurators.disableNagleAlgorithm()
SocketChannelConfigurator that disables Nagle's algorithm. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.