protected static class InterruptibleSocketFactory.SocketCreateThread
extends java.lang.Thread
Modifier and Type | Field and Description |
---|---|
protected java.net.InetAddress |
clientHost |
protected int |
clientPort |
protected java.net.InetAddress |
host |
protected int |
port |
protected java.net.Socket |
rval |
protected javax.net.ssl.SSLSocketFactory |
socketFactory |
protected java.lang.Throwable |
throwable |
Constructor and Description |
---|
SocketCreateThread(javax.net.ssl.SSLSocketFactory socketFactory,
java.net.InetAddress host,
int port,
java.net.InetAddress clientHost,
int clientPort)
Create the thread
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getException() |
java.net.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 javax.net.ssl.SSLSocketFactory socketFactory
protected java.net.InetAddress host
protected int port
protected java.net.InetAddress clientHost
protected int clientPort
protected java.net.Socket rval
protected java.lang.Throwable throwable