Uses of Class
io.netty.util.concurrent.DefaultPromise

Packages that use DefaultPromise
Package
Description
The helper classes with fluent API which enable an easy implementation of typical client side and server side channel initialization.
The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.
A channel registry which helps a user maintain the list of open Channels and perform bulk operations on them.
Handlers for sending and receiving HTTP/2 frames.
Adds support for client connections via proxy protocols such as SOCKS and HTTP CONNECT tunneling
SSL · TLS implementation based on SSLEngine
Utility classes for concurrent / async tasks.