Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
TcpServerAcceptThread(MllpTcpServerConsumer consumer,
ServerSocket serverSocket) |
| Modifier and Type | Method and Description |
|---|---|
void |
interrupt() |
void |
run()
The main ServerSocket.accept() loop
NOTE: When a connection is received, the Socket is checked after a brief delay in an attempt to determine if this is a load-balancer probe.
|
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic TcpServerAcceptThread(MllpTcpServerConsumer consumer, ServerSocket serverSocket)
public void run()
Apache Camel