public class DefaultSocketChannelConfigurator extends Object implements SocketChannelConfigurator
Constructor and Description |
---|
DefaultSocketChannelConfigurator() |
Modifier and Type | Method and Description |
---|---|
void |
configure(SocketChannel socketChannel)
Provides a hook to insert custom configuration of the
SocketChannel s
used to connect to an AMQP server before they connect. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen
public void configure(SocketChannel socketChannel) throws IOException
SocketChannel
s
used to connect to an AMQP server before they connect.
The default behaviour of this method is to disable Nagle's
algorithm to get more consistently low latency. However it
may be overridden freely and there is no requirement to retain
this behaviour.configure
in interface SocketChannelConfigurator
socketChannel
- The socket channel that is to be used for the ConnectionIOException
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.