Interface | Description |
---|---|
CommunicationService | Provides socket-(name-)base communication to simulation members. |
Serializer<T> | Represents an object capable of serializing a certain type ( T ) to byte arrays, and de-serializing them again. |
SimulationServerSocket<T> | Provides means of listening for incoming connections in a simulation. |
SimulationSocket<T> | Represents a socket providing communication with a socket on the side of another member. |
Class | Description |
---|---|
CommunicationServiceBuilder | A class facilitating the creation of communication service objects (see CommunicationService ). |
Copyright © 2015. All rights reserved.