java.lang.Runnable
final class ClientThread
extends java.lang.Thread
Modifier and Type | Field | Description |
---|---|---|
(package private) NetworkServerControlImpl |
parent |
|
(package private) java.net.ServerSocket |
serverSocket |
|
private int |
timeSlice |
Constructor | Description |
---|---|
ClientThread(NetworkServerControlImpl nsi,
java.net.ServerSocket ss) |
Modifier and Type | Method | Description |
---|---|---|
private java.net.Socket |
acceptClientWithRetry() |
Perform a server socket accept.
|
void |
run() |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
NetworkServerControlImpl parent
java.net.ServerSocket serverSocket
private int timeSlice
ClientThread(NetworkServerControlImpl nsi, java.net.ServerSocket ss)
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
private java.net.Socket acceptClientWithRetry()
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.