public abstract static class SocketConfigurators.AbstractSocketConfigurator extends Object implements SocketConfigurator
| Constructor and Description |
|---|
AbstractSocketConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
SocketConfigurators.AbstractSocketConfigurator |
andThen(SocketConfigurator 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, waitconfigurepublic SocketConfigurators.AbstractSocketConfigurator andThen(SocketConfigurator after)
after operation.after - the operation to perform after this operationafter operationNullPointerException - if after is nullCopyright © 2018 Pivotal Software, Inc.. All rights reserved.