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