Package | Description |
---|---|
comingle.comms.datapipe | |
comingle.comms.multicast | |
comingle.comms.sockets |
Modifier and Type | Method and Description |
---|---|
void |
DataPipe.setReceiverDaemon(ReceiverDaemon<Data,Addr> receiver)
Set receiver as the receiver daemon of this data pipe.
|
Modifier and Type | Class and Description |
---|---|
class |
MulticastReceiverDaemon
Instance of ReceiverDaemon for the MulticastDataPipe.
|
Modifier and Type | Class and Description |
---|---|
class |
SocketReceiverDaemon<Data extends java.io.Serializable>
Instance of ReceiverDaemon for standard Socket DataPipes.
|