protected static class InterruptibleSocketFactory.SocketCreateThread extends Thread
Thread.State, Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
protected InetAddress |
clientHost |
protected int |
clientPort |
protected InetAddress |
host |
protected int |
port |
protected Socket |
rval |
protected SSLSocketFactory |
socketFactory |
protected Throwable |
throwable |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
InterruptibleSocketFactory.SocketCreateThread(SSLSocketFactory socketFactory,
InetAddress host,
int port,
InetAddress clientHost,
int clientPort)
Create the thread
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getException() |
Socket |
getResult() |
void |
run() |
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
protected SSLSocketFactory socketFactory
protected InetAddress host
protected int port
protected InetAddress clientHost
protected int clientPort
protected Socket rval
protected Throwable throwable
public InterruptibleSocketFactory.SocketCreateThread(SSLSocketFactory socketFactory, InetAddress host, int port, InetAddress clientHost, int clientPort)