net.gleamynode.netty.channel
Class DefaultChildChannelStateEvent

java.lang.Object
  extended by net.gleamynode.netty.channel.DefaultChannelEvent
      extended by net.gleamynode.netty.channel.DefaultChildChannelStateEvent
All Implemented Interfaces:
ChannelEvent, ChildChannelStateEvent

public class DefaultChildChannelStateEvent
extends DefaultChannelEvent
implements ChildChannelStateEvent


Constructor Summary
DefaultChildChannelStateEvent(Channel channel, ChannelFuture future, Channel childChannel)
           
 
Method Summary
 Channel getChildChannel()
           
 String toString()
           
 
Methods inherited from class net.gleamynode.netty.channel.DefaultChannelEvent
getChannel, getFuture
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.gleamynode.netty.channel.ChannelEvent
getChannel, getFuture
 

Constructor Detail

DefaultChildChannelStateEvent

public DefaultChildChannelStateEvent(Channel channel,
                                     ChannelFuture future,
                                     Channel childChannel)
Method Detail

getChildChannel

public Channel getChildChannel()
Specified by:
getChildChannel in interface ChildChannelStateEvent

toString

public String toString()
Overrides:
toString in class DefaultChannelEvent


Copyright © 2008-Present Trustin Heuiseung Lee. All Rights Reserved.