| | Class | Description |
|---|
| | AvailableConnection |
This class holds the information needed to make a new connection. |
| | Connection |
This is the base class for all connections. |
| | ESEngine |
This class represents the lowest level API. |
| | HttpConnection |
This class handles creating and using a connection to ElectroServer over HTTP. |
| | QueuedMessage |
This class is used in one of two ways:
1) stores a client-bound message that was received a little bit too early, to be processed later. |
| | RtmpConnection |
This class handles connecting to ElectroServer via RTMP connection, for audio and video streaming. |
| | SocketConnection |
This class connects to ElectroServer via Socket. |
| | TransportType |
This class contains string values for each type of connection that can be established. |
| | UdpConnection |
This class allows the client to communicate with ElectroServer using UDP. |