public class DefaultSocketConfigurator extends java.lang.Object implements SocketConfigurator
Constructor and Description |
---|
DefaultSocketConfigurator() |
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.
|
public void configure(java.net.Socket socket) throws java.io.IOException
configure
in interface SocketConfigurator
socket
- The socket that is to be used for the Connectionjava.io.IOException