net.gleamynode.netty2
Class EventType
java.lang.Object
net.gleamynode.netty2.EventType
public class EventType
- extends java.lang.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/)
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2004-2011 Trustin Lee. All Rights Reserved.