net.gleamynode.netty2
Class AbstractThreadPooledEventDispatcher.AbstractWorker
java.lang.Object
java.lang.Thread
net.gleamynode.netty2.AbstractThreadPooledEventDispatcher.AbstractWorker
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- AbstractThreadPooledEventDispatcher
protected abstract class AbstractThreadPooledEventDispatcher.AbstractWorker
- extends Thread
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
localEventQueue
protected final net.gleamynode.netty2.EventQueue localEventQueue
AbstractThreadPooledEventDispatcher.AbstractWorker
protected AbstractThreadPooledEventDispatcher.AbstractWorker(net.gleamynode.netty2.EventQueue eventQueue)
run
public final void run()
- Specified by:
run
in interface Runnable
- Overrides:
run
in class Thread
onDisconnection
protected abstract void onDisconnection(Session session)
onEnd
protected abstract void onEnd()
Copyright © 2004-2008 Trustin Lee. All Rights Reserved.