|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
org.starhope.appius.net.NetIOThread
org.starhope.appius.net.ServerThread
org.starhope.appius.net.StreamProcessor
public class StreamProcessor
WRITEME: The documentation for this type (StreamProcessor) is incomplete. (brpocock@star-hope.org, Mar 9, 2010)
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
Thread.State, Thread.UncaughtExceptionHandler |
Field Summary |
---|
Fields inherited from class org.starhope.appius.net.ServerThread |
---|
busyState, futureDatagrams, idleWarned, keepRunning, lastInputTime, loggedIn, maxInputSize, myUser, preloginCountdown, randomKey, streamProtocolLanguage, tLastNudge, zone |
Fields inherited from class org.starhope.appius.net.NetIOThread |
---|
debug, dialect, in, isDone, language, letsPlayWithFlash, out, parallelMode, socket, state |
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
protected |
StreamProcessor(int maxSize)
WRITEME: Document this constructor brpocock@star-hope.org |
|
StreamProcessor(Socket newSocket)
WRITEME: Document this constructor brpocock@star-hope.org |
Method Summary |
---|
Methods inherited from class org.starhope.appius.net.NetIOThread |
---|
checkInputStream, compareTo, dropSocket_socketCore, dropSocketConnection, equals, getLanguage_dialect, getRemoteAddress, getSocket, getVerboseBugReplies, isDebug, isParallelMode, processInput, sendError_RAW, sendRawMessageNow, setDebug, setLanguage, setVerboseBugReplies, superVerbose, tattle, tattle |
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, yield |
Methods inherited from class java.lang.Object |
---|
clone, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.starhope.appius.net.ServerProcessor |
---|
start |
Methods inherited from interface org.starhope.appius.util.HasName |
---|
getName |
Methods inherited from interface org.starhope.util.types.CanProcessCommands |
---|
getName |
Constructor Detail |
---|
protected StreamProcessor(int maxSize)
maxSize
- WRITEMEpublic StreamProcessor(Socket newSocket)
newSocket
- WRITEMEServerThread.ServerThread(Socket)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |