web_socket_support
library
Classes
-
DefaultWebSocketListener
-
Default WebSocketListener implementation to ease listener use
-
WebSocketClient
-
-
WebSocketConnection
-
Concrete implementation of this class is returned to client by every successful
WebSocket connection initialized by
connect
call.
-
WebSocketListener
-
Client code should implement this interface in order to receive async calls from
WebSocket implementation from underlying OS.
-
WebSocketOptions
-
The class should hold values for further plugin options and features.
All fields must be optional so that we keep backward compatibility