Thread.State, Thread.UncaughtExceptionHandler| Modifier and Type | Field and Description |
|---|---|
(package private) List<DataTap.ClientHandler> |
clients |
(package private) boolean |
gzip |
(package private) static org.slf4j.Logger |
log |
(package private) boolean |
running |
(package private) ServerSocket |
server |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
ServerThread(String address,
int port,
boolean gz) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Data item) |
void |
clientExited(DataTap.ClientHandler client) |
int |
getNumberOfClients() |
void |
run() |
void |
shutdown() |
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, yieldstatic org.slf4j.Logger log
boolean running
final ServerSocket server
final List<DataTap.ClientHandler> clients
final boolean gzip
Copyright © 2018. All rights reserved.