net.gleamynode.netty.channel
Class DefaultChannelEvent

java.lang.Object
  extended by net.gleamynode.netty.channel.DefaultChannelEvent
All Implemented Interfaces:
ChannelEvent
Direct Known Subclasses:
DefaultChannelStateEvent, DefaultChildChannelStateEvent, DefaultExceptionEvent, DefaultMessageEvent

public class DefaultChannelEvent
extends Object
implements ChannelEvent


Constructor Summary
DefaultChannelEvent(Channel channel, ChannelFuture future)
           
 
Method Summary
 Channel getChannel()
           
 ChannelFuture getFuture()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultChannelEvent

public DefaultChannelEvent(Channel channel,
                           ChannelFuture future)
Method Detail

getChannel

public final Channel getChannel()
Specified by:
getChannel in interface ChannelEvent

getFuture

public final ChannelFuture getFuture()
Specified by:
getFuture in interface ChannelEvent

toString

public String toString()
Overrides:
toString in class Object


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