java.lang.Object | ||
↳ | uk.ac.imperial.presage2.core.network.NetworkConnector | |
↳ | uk.ac.imperial.presage2.core.network.BasicNetworkConnector |
![]() |
Basic implementation of a network connector.
We simply send messages directly over the networkchannel, and store received messages in a list for the participant to retrieve.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
receivedMessages |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Message delivery from NetworkController. | |||||||||||
Returns the list of messages we have. | |||||||||||
Participant requesting to send a message.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Message delivery from NetworkController.
Returns the list of messages we have.
After returning these message we will clear our list, therefore the caller must store these messages if they want to use them later
Participant requesting to send a message.