Package deltix.util.vsocket.util
Class TestServerSocketFactory.ServerThread
- java.lang.Object
-
- java.lang.Thread
-
- deltix.util.vsocket.util.TestServerSocketFactory.ServerThread
-
- All Implemented Interfaces:
java.lang.Runnable
- Direct Known Subclasses:
TestServerSocketFactory.EchoServerSocket,TestServerSocketFactory.LatencyServerSocket,TestServerSocketFactory.ThroughputServerSocket
- Enclosing class:
- TestServerSocketFactory
public abstract static class TestServerSocketFactory.ServerThread extends java.lang.Thread
-
-
Field Summary
Fields Modifier and Type Field Description protected java.net.ServerSocketss
-
Constructor Summary
Constructors Constructor Description ServerThread()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLocalHost()intgetLocalPort()protected voidsetUtSocket(java.net.ServerSocket socket)-
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
-