|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WriteCompletionEvent | |
|---|---|
| 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. |
| Uses of WriteCompletionEvent in org.jboss.netty.channel |
|---|
| Classes in org.jboss.netty.channel that implement WriteCompletionEvent | |
|---|---|
class |
DefaultWriteCompletionEvent
The default WriteCompletionEvent implementation. |
| Methods in org.jboss.netty.channel with parameters of type WriteCompletionEvent | |
|---|---|
void |
SimpleChannelHandler.writeComplete(ChannelHandlerContext ctx,
WriteCompletionEvent e)
Invoked when something was written into a Channel. |
void |
SimpleChannelUpstreamHandler.writeComplete(ChannelHandlerContext ctx,
WriteCompletionEvent e)
Invoked when something was written into a Channel. |
| Uses of WriteCompletionEvent in org.jboss.netty.handler.timeout |
|---|
| Methods in org.jboss.netty.handler.timeout with parameters of type WriteCompletionEvent | |
|---|---|
void |
IdleStateHandler.writeComplete(ChannelHandlerContext ctx,
WriteCompletionEvent e)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||