Namespace Ratchet
| Ratchet\Http |
| Ratchet\RFC6455 |
| Ratchet\Server |
| Ratchet\Session |
| Ratchet\Wamp |
| Ratchet\WebSocket |
| AbstractConnectionDecorator | Wraps ConnectionInterface objects via the decorator pattern but allows parameters to bubble through with magic methods |
| App | An opinionated facade class to quickly and easily create a WebSocket server. A few configuration assumptions are made and some best-practice security conventions are applied by default. |
| ComponentInterface | This is the interface to build a Ratchet application with. It implements the decorator pattern to build an application stack |
| ConnectionInterface | A proxy object representing a connection to the application This acts as a container to store data (in memory) about the connection |
| MessageComponentInterface | This is the interface to build a Ratchet application with. It implements the decorator pattern to build an application stack |
| MessageInterface |
| VERSION | The version of Ratchet being used |