Package com.rabbitmq.client
Class SslEngineConfigurators.AbstractSslEngineConfigurator
- java.lang.Object
-
- com.rabbitmq.client.SslEngineConfigurators.AbstractSslEngineConfigurator
-
- All Implemented Interfaces:
SslEngineConfigurator
- Enclosing class:
- SslEngineConfigurators
public abstract static class SslEngineConfigurators.AbstractSslEngineConfigurator extends Object implements SslEngineConfigurator
-
-
Constructor Summary
Constructors Constructor Description AbstractSslEngineConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SslEngineConfigurators.AbstractSslEngineConfigurator
andThen(SslEngineConfigurator after)
Returns a composed configurator that performs, in sequence, this operation followed by theafter
operation.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.rabbitmq.client.SslEngineConfigurator
configure
-
-
-
-
Method Detail
-
andThen
public SslEngineConfigurators.AbstractSslEngineConfigurator andThen(SslEngineConfigurator after)
Returns a composed configurator that performs, in sequence, this operation followed by theafter
operation.- Parameters:
after
- the operation to perform after this operation- Returns:
- a composed configurator that performs in sequence this
operation followed by the
after
operation - Throws:
NullPointerException
- ifafter
is null
-
-