public class AdminHandler extends Thread
This thread is a simple text-based tcp client, which accepts connections from localhost only and provides a very small set of simple commands to manage the RB-list of this server.
| Modifier and Type | Class and Description |
|---|---|
class |
AdminHandler.ClientHandler
This is a per-connection thread for handling a connection.
|
Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
AdminHandler(RblServer server,
String addr,
int port)
Creates a new AdminHandler for the specified server, listening on the
given address and port.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
void |
shutdown() |
activeCount, checkAccess, clone, 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, yieldCopyright © 2013. All Rights Reserved.