We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d733e3 commit 986a0e1Copy full SHA for 986a0e1
README.markdown
@@ -47,9 +47,9 @@ Writing your own WebSocket Client
47
48
The `net.tootallnate.websocket.WebSocketClient` abstract class can connect to
49
valid WebSocket servers. The constructor expects a valid `ws://` URI to
50
-connect to. Important events `onOpen`, `onClose`, `onMessage` and onIOError get
51
-fired throughout the life of the WebSocketClient, and must be implemented in
52
-**your** subclass.
+connect to. Important events `onOpen`, `onClose`, `onMessage` and `onIOError`
+get fired throughout the life of the WebSocketClient, and must be implemented
+in **your** subclass.
53
54
License
55
-------
0 commit comments