Uses of Class
net.gleamynode.netty2.EventType

Uses of EventType in net.gleamynode.netty2
 

Fields in net.gleamynode.netty2 declared as EventType
static EventType EventType.CONNECTED
           
static EventType EventType.CONNECTION_TIMEOUT
           
static EventType EventType.DISCONNECTED
           
static EventType EventType.READY_TO_READ
           
static EventType EventType.READY_TO_WRITE
           
static EventType EventType.IDLE
           
static EventType EventType.CLOSE_REQUEST
           
static EventType EventType.RECEIVED
           
static EventType EventType.SENT
           
static EventType EventType.EXCEPTION
           
 

Methods in net.gleamynode.netty2 that return EventType
 EventType Event.getType()
          Returns the type of the event.
 

Constructors in net.gleamynode.netty2 with parameters of type EventType
Event(EventType type, Session session, Object item)
          Creates a new instance.
 



Copyright © 2004-2006 Trustin Lee. All Rights Reserved.