|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Thread rice.post.proxy.ConnectivityCheckClient.ConnectivityCheckClientClient
protected class ConnectivityCheckClient.ConnectivityCheckClientClient
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary | |
---|---|
protected java.net.DatagramSocket |
dsocket
|
protected int |
port
|
protected java.net.InetSocketAddress |
server
|
protected java.net.ServerSocket |
socket
|
protected boolean |
tcp
|
protected boolean |
udp
|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
ConnectivityCheckClient.ConnectivityCheckClientClient(java.net.InetSocketAddress address,
int port)
|
Method Summary | |
---|---|
protected void |
die()
|
void |
run()
|
protected void |
send()
|
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, 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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.net.InetSocketAddress server
protected int port
protected java.net.ServerSocket socket
protected java.net.DatagramSocket dsocket
protected boolean udp
protected boolean tcp
Constructor Detail |
---|
public ConnectivityCheckClient.ConnectivityCheckClientClient(java.net.InetSocketAddress address, int port)
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
protected void die() throws java.io.IOException
java.io.IOException
protected void send() throws java.io.IOException
java.io.IOException
|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |