class rcListeningThread
extends java.lang.Thread
Constructor and Description |
---|
rcListeningThread(RCMulticast server,
int port)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
killThread()
Kills this thread.
|
void |
run()
This method is executed as a 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, yield
public rcListeningThread(RCMulticast server, int port) throws cMsgException
server
- rc server that created this objectport
- udp port on which to receive transmissions from rc clientscMsgException
- if multicast port is taken.