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, wait
andThen
public void configure(Socket socket) throws IOException
configure
in interface SocketConfigurator
socket
- The socket that is to be used for the ConnectionIOException
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.