class ProxyServerPool.ProxyServerValidator
extends java.lang.Thread
ProxyServer in an asynchronous fashion.| Modifier and Type | Field and Description |
|---|---|
(package private) ProxyServer |
proxyServer
The proxy server to validate.
|
| Constructor and Description |
|---|
ProxyServerValidator(ProxyServer proxyServer,
java.util.concurrent.CountDownLatch latch) |
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Executes the script.
|
java.lang.String |
toString() |
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, yield@Nullable ProxyServer proxyServer
public ProxyServerValidator(ProxyServer proxyServer, java.util.concurrent.CountDownLatch latch)
public void run()
run in interface java.lang.Runnablerun in class java.lang.Thread@NotNull public java.lang.String toString()
toString in class java.lang.Thread