This is the complete list of members for IWebSocketServer, including all inherited members.
| addEvent(WebSocketEventPtr newEvent) | WebSocketInterface | protected |
| as() | WebSocketInterface | |
| as() const | WebSocketInterface | |
| init(utility::ErrorState &errorState) override | IWebSocketServer | virtual |
| isIDProperty(rtti::Instance &object, const rtti::Property &property) | Object | static |
| IWebSocketServer(WebSocketService &service) | IWebSocketServer | |
| mEndPoint | IWebSocketServer | |
| mEventMutex | WebSocketInterface | protected |
| mEvents | WebSocketInterface | protected |
| mID | Object | |
| mService | WebSocketInterface | protected |
| Object() | Object | |
| Object(Object &)=delete | Object | |
| Object(Object &&)=delete | Object | |
| onConnectionClosed(const WebSocketConnection &connection, int code, const std::string &reason)=0 | IWebSocketServer | protectedpure virtual |
| onConnectionFailed(const WebSocketConnection &connection, int code, const std::string &reason)=0 | IWebSocketServer | protectedpure virtual |
| onConnectionOpened(const WebSocketConnection &connection)=0 | IWebSocketServer | protectedpure virtual |
| onDestroy() override | IWebSocketServer | virtual |
| onMessageReceived(const WebSocketConnection &connection, const WebSocketMessage &message)=0 | IWebSocketServer | protectedpure virtual |
| operator=(const Object &)=delete | Object | |
| operator=(Object &&)=delete | Object | |
| Resource() | Resource | |
| WebSocketInterface(WebSocketService &service) | WebSocketInterface | |
| ~Object() | Object | virtual |
| ~WebSocketInterface() | WebSocketInterface | virtual |