net.gleamynode.netty.channel
Class DefaultChannelStateEvent

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

public class DefaultChannelStateEvent
extends DefaultChannelEvent
implements ChannelStateEvent


Constructor Summary
DefaultChannelStateEvent(Channel channel, ChannelFuture future, ChannelState state, Object value)
           
 
Method Summary
 ChannelState getState()
           
 Object getValue()
           
 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

DefaultChannelStateEvent

public DefaultChannelStateEvent(Channel channel,
                                ChannelFuture future,
                                ChannelState state,
                                Object value)
Method Detail

getState

public ChannelState getState()
Specified by:
getState in interface ChannelStateEvent

getValue

public Object getValue()
Specified by:
getValue in interface ChannelStateEvent

toString

public String toString()
Overrides:
toString in class DefaultChannelEvent


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