Uses of Interface
org.jboss.netty.channel.ChildChannelStateEvent
Packages that use ChildChannelStateEvent
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
-
Uses of ChildChannelStateEvent in org.jboss.netty.channel
Classes in org.jboss.netty.channel that implement ChildChannelStateEventMethods in org.jboss.netty.channel with parameters of type ChildChannelStateEventModifier and TypeMethodDescriptionvoidSimpleChannelHandler.childChannelClosed(ChannelHandlerContext ctx, ChildChannelStateEvent e) Invoked when a childChannelwas closed.voidSimpleChannelUpstreamHandler.childChannelClosed(ChannelHandlerContext ctx, ChildChannelStateEvent e) Invoked when a childChannelwas closed.voidSimpleChannelHandler.childChannelOpen(ChannelHandlerContext ctx, ChildChannelStateEvent e) Invoked when a childChannelwas open.voidSimpleChannelUpstreamHandler.childChannelOpen(ChannelHandlerContext ctx, ChildChannelStateEvent e) Invoked when a childChannelwas open.