java.lang.Object
java.lang.Thread
org.jgroups.protocols.FD_SOCK.ClientConnectionHandler
- All Implemented Interfaces:
- java.lang.Runnable
- Enclosing class:
- FD_SOCK
- private static class FD_SOCK.ClientConnectionHandler
- extends java.lang.Thread
Handles a client connection; multiple client can connect at the same time
| Nested classes inherited from class java.lang.Thread |
java.lang.Thread.UncaughtExceptionHandler |
|
Method Summary |
(package private) void |
closeClientSocket()
|
void |
run()
The method of Thread that will be run if there is no Runnable object
associated with the Thread. |
(package private) void |
stopThread()
|
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, 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 |
client_sock
java.net.Socket client_sock
in
java.io.InputStream in
mutex
final java.lang.Object mutex
clients
java.util.List clients
FD_SOCK.ClientConnectionHandler
FD_SOCK.ClientConnectionHandler(java.net.Socket client_sock,
java.util.List clients)
stopThread
void stopThread()
closeClientSocket
void closeClientSocket()
run
public void run()
- Description copied from class:
java.lang.Thread
- The method of Thread that will be run if there is no Runnable object
associated with the Thread. Thread's implementation does nothing at all.