@FunctionalInterface public interface SslEngineConfigurator
| Modifier and Type | Method and Description |
|---|---|
default SslEngineConfigurator |
andThen(SslEngineConfigurator after)
Returns a composed configurator that performs, in sequence, this
operation followed by the
after operation. |
void |
configure(SSLEngine sslEngine)
Provides a hook to insert custom configuration of the
SSLEngines
used to connect to an AMQP server before they connect. |
void configure(SSLEngine sslEngine) throws IOException
SSLEngines
used to connect to an AMQP server before they connect.
Note this is used only when NIO are in use.IOExceptiondefault SslEngineConfigurator andThen(SslEngineConfigurator after)
after operation.after - the operation to perform after this operationafter operationNullPointerException - if after is nullCopyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.