| Interface | Description |
|---|---|
| SocketListener |
To get notified about state changes, error or new messages of a
ArcusSocket,
a SocketListener can be added by calling
ArcusSocket.addListener(SocketListener). |
| Class | Description |
|---|---|
| ArcusSocket |
ArcusSocket creates a socket in a thread to send and receive message based on the
Protocol
Buffers library developed by Google.
|
| Error |
| Enum | Description |
|---|---|
| Error.ErrorCode | |
| SocketState |
Represents all possible states a
ArcusSocket can be in. |
Copyright © 2016. All rights reserved.