final class FileServerThread
extends java.lang.Thread
Modifier and Type | Field and Description |
---|---|
private java.net.ServerSocket |
fileServer |
private boolean |
keepGoingOn |
private static java.util.logging.Logger |
LOGGER |
private int |
port |
private static java.lang.String |
separator |
private Server |
server |
Constructor and Description |
---|
FileServerThread(Server server,
int port) |
Modifier and Type | Method and Description |
---|---|
private void |
makeDummyConnection() |
void |
run() |
void |
stopGoingOn() |
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
private static final java.util.logging.Logger LOGGER
private java.net.ServerSocket fileServer
private static final java.lang.String separator
private final Server server
private final int port
private boolean keepGoingOn
FileServerThread(Server server, int port)