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 |
ChannelProgressiveFutureListener
An
EventListener listener which will be called once the sending task associated with future is
being transferred. |
Copyright © 2008–2018 The Netty Project. All rights reserved.