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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic void configure(Socket socket) throws IOException
configure in interface SocketConfiguratorsocket - The socket that is to be used for the ConnectionIOExceptionCopyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.