软件包 | 描述 |
---|---|
io.netty.channel |
核心频道API是异步和事件驱动的各种传输(如
NIO Channel)的抽象 。
|
Modifier and Type | Method and Description |
---|---|
ChannelFlushPromiseNotifier |
ChannelFlushPromiseNotifier.add(ChannelPromise promise, int pendingDataSize)
已过时。
|
ChannelFlushPromiseNotifier |
ChannelFlushPromiseNotifier.add(ChannelPromise promise, long pendingDataSize)
将 ChannelPromise 添加到此ChannelFlushPromiseNotifier ,在达到给定的pendingDataSize 后将会通知该pendingDataSize 。
|
ChannelFlushPromiseNotifier |
ChannelFlushPromiseNotifier.increaseWriteCounter(long delta)
按给定的增量增加当前的写计数器
|
ChannelFlushPromiseNotifier |
ChannelFlushPromiseNotifier.notifyFlushFutures()
已过时。
|
ChannelFlushPromiseNotifier |
ChannelFlushPromiseNotifier.notifyFlushFutures(java.lang.Throwable cause)
已过时。
|
ChannelFlushPromiseNotifier |
ChannelFlushPromiseNotifier.notifyFlushFutures(java.lang.Throwable cause1, java.lang.Throwable cause2)
|
ChannelFlushPromiseNotifier |
ChannelFlushPromiseNotifier.notifyPromises()
通知所有 ChannelFuture 个认为登记与S add(ChannelPromise, int) 及其pendingDatasize是返回当前writeCounter后小writeCounter() 。
|
ChannelFlushPromiseNotifier |
ChannelFlushPromiseNotifier.notifyPromises(java.lang.Throwable cause)
通知所有 ChannelFuture 是用注册小号add(ChannelPromise, int) 及其pendingDatasize ISIS较小然后返回当前writeCounter writeCounter() 。
|
ChannelFlushPromiseNotifier |
ChannelFlushPromiseNotifier.notifyPromises(java.lang.Throwable cause1, java.lang.Throwable cause2)
通知所有 ChannelFuture 已注册add(ChannelPromise, int) ,其pendingDatasize小于当前使用给定cause1返回writeCounter() 的writeCounter。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.