Package io.netty.bootstrap
-
Class Summary Class Description PendingConnectFuturePromise The implementation of this method is mostly similar to DefaultChannelFuture except that we store the Channel inside a CompletableFuture because it is not yet known at the time of construction.PendingConnectPromise The implementation of this method is mostly similar to DefaultChannelFuture except that we store the Channel inside a CompletableFuture because it is not yet known at the time of construction.