Package | Description |
---|---|
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.handler.timeout |
Adds support for read and write timeout and idle connection notification
using a
Timer . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultWriteCompletionEvent
The default
WriteCompletionEvent implementation. |
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
void |
IdleStateHandler.writeComplete(ChannelHandlerContext ctx,
WriteCompletionEvent e) |
Copyright © 2008-2014 The Netty Project. All Rights Reserved.