public class InputThread
extends java.lang.Thread
Modifier and Type | Field and Description |
---|---|
static int |
MAX_LINE_LENGTH |
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Closes the socket without onDisconnect being called subsequently.
|
void |
run()
Called to start this Thread reading lines from the IRC server.
|
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, yield
public static final int MAX_LINE_LENGTH
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public void dispose()
PircBot Java IRC Bot.