Package com.rabbitmq.client
Interface SocketChannelConfigurator
-
- All Known Implementing Classes:
DefaultSocketChannelConfigurator
,SocketChannelConfigurators.AbstractSocketChannelConfigurator
public interface SocketChannelConfigurator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(SocketChannel socketChannel)
Provides a hook to insert custom configuration of theSocketChannel
s used to connect to an AMQP server before they connect.
-
-
-
Method Detail
-
configure
void configure(SocketChannel socketChannel) throws IOException
Provides a hook to insert custom configuration of theSocketChannel
s used to connect to an AMQP server before they connect.- Throws:
IOException
-
-