Package org.jgroups.blocks
Interface BasicConnectionTable.Receiver
-
- Enclosing class:
- BasicConnectionTable
public static interface BasicConnectionTable.Receiver
Used for message reception.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
receive(Address sender, byte[] data, int offset, int length)
-
-
-
Method Detail
-
receive
void receive(Address sender, byte[] data, int offset, int length)
-
-