@FunctionalInterface public interface SocketConfigurator
Modifier and Type | Method and Description |
---|---|
default SocketConfigurator |
andThen(SocketConfigurator after)
Returns a composed configurator that performs, in sequence, this
operation followed by the
after operation. |
void |
configure(Socket socket)
Provides a hook to insert custom configuration of the sockets
used to connect to an AMQP server before they connect.
|
void configure(Socket socket) throws IOException
IOException
default SocketConfigurator andThen(SocketConfigurator after)
after
operation.after
- the operation to perform after this operationafter
operationNullPointerException
- if after
is nullCopyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.