|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jgroups.protocols.UDP1_4.MyReceiver
Constructor Summary | |
UDP1_4.MyReceiver()
|
Method Summary | |
void |
receive(java.net.DatagramPacket packet)
Called when data has been received on a socket. |
void |
setConnectorTable(UDP1_4.ConnectorTable t)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UDP1_4.MyReceiver()
Method Detail |
public void setConnectorTable(UDP1_4.ConnectorTable t)
public void receive(java.net.DatagramPacket packet)
org.jgroups.protocols.Receiver
buf
must be processed on a separate thread, it needs to be copied.
This method might be called concurrently by multiple threads, so it has to be reentrant
receive
in interface org.jgroups.protocols.Receiver
packet
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |