public abstract static class SslEngineConfigurators.AbstractSslEngineConfigurator extends Object implements SslEngineConfigurator
Constructor and Description |
---|
AbstractSslEngineConfigurator() |
Modifier and Type | Method and Description |
---|---|
SslEngineConfigurators.AbstractSslEngineConfigurator |
andThen(SslEngineConfigurator after)
Returns a composed configurator that performs, in sequence, this
operation followed by the
after operation. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
configure
public SslEngineConfigurators.AbstractSslEngineConfigurator andThen(SslEngineConfigurator after)
after
operation.after
- the operation to perform after this operationafter
operationNullPointerException
- if after
is nullCopyright © 2019 Pivotal Software, Inc.. All rights reserved.