| 程序包 | 说明 |
|---|---|
| org.jboss.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
| org.jboss.netty.example.discard | |
| org.jboss.netty.handler.timeout |
Adds support for read and write timeout and idle connection notification
using a
Timer. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultWriteCompletionEvent
The default
WriteCompletionEvent implementation. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SimpleChannelUpstreamHandler.writeComplete(ChannelHandlerContext ctx,
WriteCompletionEvent e)
Invoked when something was written into a
Channel. |
void |
SimpleChannelHandler.writeComplete(ChannelHandlerContext ctx,
WriteCompletionEvent e)
Invoked when something was written into a
Channel. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DiscardClientHandler.writeComplete(ChannelHandlerContext ctx,
WriteCompletionEvent e) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IdleStateHandler.writeComplete(ChannelHandlerContext ctx,
WriteCompletionEvent e) |