class cMsgServerFinder.rcMulticastReceiver
extends java.lang.Thread
| Modifier and Type | Field and Description |
|---|---|
(package private) java.net.DatagramSocket |
socket |
| Constructor and Description |
|---|
rcMulticastReceiver(java.net.DatagramSocket socket) |
| Modifier and Type | Method and Description |
|---|---|
void |
printBuffer(java.nio.ByteBuffer buf,
int position,
int words,
java.lang.String label)
This method takes a byte buffer and prints out the desired number of words
from the given position.
|
void |
run() |
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, yieldpublic void printBuffer(java.nio.ByteBuffer buf,
int position,
int words,
java.lang.String label)
buf - buffer to print outposition - position of data (bytes) in buffer to start printingwords - number of 32 bit words to print in hexlabel - a label to print as headerpublic void run()
run in interface java.lang.Runnablerun in class java.lang.Thread