Package com.rabbitmq.client
Interface SocketConfigurator
-
- All Known Implementing Classes:
DefaultSocketConfigurator
,SocketConfigurators.AbstractSocketConfigurator
public interface SocketConfigurator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(Socket socket)
Provides a hook to insert custom configuration of the sockets used to connect to an AMQP server before they connect.
-
-
-
Method Detail
-
configure
void configure(Socket socket) throws IOException
Provides a hook to insert custom configuration of the sockets used to connect to an AMQP server before they connect.- Throws:
IOException
-
-