This is the complete list of members for WebSocket::Delegate, including all inherited members.
onClose(WebSocket *ws)=0 | WebSocket::Delegate | pure virtual |
onError(WebSocket *ws, const ErrorCode &error)=0 | WebSocket::Delegate | pure virtual |
onMessage(WebSocket *ws, const Data &data)=0 | WebSocket::Delegate | pure virtual |
onOpen(WebSocket *ws)=0 | WebSocket::Delegate | pure virtual |
~Delegate() | WebSocket::Delegate | inlinevirtual |