| Interface | Description |
|---|---|
| ClientAdapter |
Hook up the network to the application.
|
| FIBSAttributes |
Fetch what we need to connect to the server.
|
| FIBSMessages |
Define the possible message types from FIBS.
|
| Class | Description |
|---|---|
| ClientConnection |
Manage a connection to the FIBS server.
|
| CookieMonster |
Implementation of the CookieMonster API from fibs
|
| Enum | Description |
|---|---|
| ClientAdapter.MessageRoute |
Define what kind of message this is
|
This package should remain independant and not tied to an application so that it can be used other FIBS related apps.