net.gleamynode.netty2
Class EventType
java.lang.Object
net.gleamynode.netty2.EventType
public class EventType
- extends Object
Represents the type of the event.
- Version:
- $Rev: 4 $, $Date: 2005-04-18 12:04:09 +0900 $
- Author:
- Trustin Lee (http://gleamynode.net/dev/)
CONNECTED
public static final EventType CONNECTED
CONNECTION_TIMEOUT
public static final EventType CONNECTION_TIMEOUT
DISCONNECTED
public static final EventType DISCONNECTED
READY_TO_READ
public static final EventType READY_TO_READ
READY_TO_WRITE
public static final EventType READY_TO_WRITE
IDLE
public static final EventType IDLE
CLOSE_REQUEST
public static final EventType CLOSE_REQUEST
RECEIVED
public static final EventType RECEIVED
SENT
public static final EventType SENT
EXCEPTION
public static final EventType EXCEPTION
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2010 Trustin Lee. All Rights Reserved.