Uses of Interface
org.jboss.netty.channel.WriteCompletionEvent
Packages that use WriteCompletionEvent
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
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 WriteCompletionEventMethods in org.jboss.netty.channel with parameters of type WriteCompletionEventModifier and TypeMethodDescriptionvoid
SimpleChannelHandler.writeComplete
(ChannelHandlerContext ctx, WriteCompletionEvent e) Invoked when something was written into aChannel
.void
SimpleChannelUpstreamHandler.writeComplete
(ChannelHandlerContext ctx, WriteCompletionEvent e) Invoked when something was written into aChannel
. -
Uses of WriteCompletionEvent in org.jboss.netty.example.discard
Methods in org.jboss.netty.example.discard with parameters of type WriteCompletionEventModifier and TypeMethodDescriptionvoid
DiscardClientHandler.writeComplete
(ChannelHandlerContext ctx, WriteCompletionEvent e) -
Uses of WriteCompletionEvent in org.jboss.netty.handler.timeout
Methods in org.jboss.netty.handler.timeout with parameters of type WriteCompletionEventModifier and TypeMethodDescriptionvoid
IdleStateHandler.writeComplete
(ChannelHandlerContext ctx, WriteCompletionEvent e)