Package org.jgroups.protocols
Class UDP.UcastReceiver
- java.lang.Object
-
- org.jgroups.protocols.UDP.UcastReceiver
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- UDP
public class UDP.UcastReceiver extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
UCAST_RECEIVER_THREAD_NAME
-
Constructor Summary
Constructors Constructor Description UcastReceiver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Thread
getThread()
void
run()
void
start()
void
stop()
-
-
-
Field Detail
-
UCAST_RECEIVER_THREAD_NAME
public static final java.lang.String UCAST_RECEIVER_THREAD_NAME
- See Also:
- Constant Field Values
-
-