com.rabbitmq.client
public interface SocketConfigurator
| Modifier and Type | Method and Description |
|---|---|
void |
configure(java.net.Socket socket)
Provides a hook to insert custom configuration of the sockets
used to connect to an AMQP server before they connect.
|