Package | Description |
---|---|
io.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ChannelProgressivePromise
Special
ChannelPromise which will be notified once the associated bytes is transferring. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultChannelProgressivePromise
The default
ChannelProgressivePromise implementation. |
Modifier and Type | Method and Description |
---|---|
ChannelProgressiveFuture |
ChannelProgressiveFuture.addListener(GenericFutureListener<? extends Future<? super Void>> listener) |
ChannelProgressiveFuture |
ChannelProgressiveFuture.addListeners(GenericFutureListener<? extends Future<? super Void>>... listeners) |
ChannelProgressiveFuture |
ChannelProgressiveFuture.await() |
ChannelProgressiveFuture |
ChannelProgressiveFuture.awaitUninterruptibly() |
ChannelProgressiveFuture |
ChannelProgressiveFuture.removeListener(GenericFutureListener<? extends Future<? super Void>> listener) |
ChannelProgressiveFuture |
ChannelProgressiveFuture.removeListeners(GenericFutureListener<? extends Future<? super Void>>... listeners) |
ChannelProgressiveFuture |
ChannelProgressiveFuture.sync() |
ChannelProgressiveFuture |
ChannelProgressiveFuture.syncUninterruptibly() |
Copyright © 2008–2024 The Netty Project. All rights reserved.