Package io.netty.bootstrap
-
Class Summary Class Description InstrumentedBootstrap Because various netty methods and classes have been declared asfinal
, we construct this pile of foo in order to be able to instrument the InstrumentedBootstrap.connect() method invocation.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.ResolveAllBootstrap The existing Netty Bootstrap has a limitation regarding connecting to remote hosts where the hostname resolves to more than one IP address.