net.gleamynode.netty2
Class EventType

java.lang.Object
  extended bynet.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/)

Field Summary
static EventType CLOSE_REQUEST
           
static EventType CONNECTED
           
static EventType CONNECTION_TIMEOUT
           
static EventType DISCONNECTED
           
static EventType EXCEPTION
           
static EventType IDLE
           
static EventType READY_TO_READ
           
static EventType READY_TO_WRITE
           
static EventType RECEIVED
           
static EventType SENT
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Method Detail

toString

public String toString()


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