private class Pilar3Socket.TplHandler extends Thread
Thread.State, Thread.UncaughtExceptionHandler| Modifier and Type | Field and Description |
|---|---|
private BufferedReader |
input
The input stream to monitor.
|
private TplListener |
listener
The tpl-event listener the parsed replies are delivered to.
|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Modifier | Constructor and Description |
|---|---|
protected |
TplHandler(BufferedReader line,
TplListener pilar)
Constructs and starts a new listener thread.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Runs the listener thread.
|
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, yieldprivate BufferedReader input
private TplListener listener
protected TplHandler(BufferedReader line, TplListener pilar)
TplEvent and sent to the single listener.