public class DefaultSocketConfigurator extends Object implements SocketConfigurator
| Constructor and Description |
|---|
DefaultSocketConfigurator() |
| Modifier and Type | Method and 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.
|
public void configure(Socket socket) throws IOException
configure in interface SocketConfiguratorsocket - The socket that is to be used for the ConnectionIOExceptionCopyright © 2017 Pivotal Software, Inc.. All rights reserved.