@@ -14,6 +14,7 @@ Implemented WebSocket protocol versions are:
1414 * [ Hybi 10] ( http://tools.ietf.org/id/draft-ietf-hybi-thewebsocketprotocol-10.txt )
1515 * [ Hybi 17] ( http://tools.ietf.org/id/draft-ietf-hybi-thewebsocketprotocol-17.txt )
1616
17+
1718Running the Example
1819-------------------
1920
@@ -46,6 +47,7 @@ by any browser. If the browser natively supports the WebSocket API, then it's
4647implementation will be used, otherwise it will fall back to a
4748[ Flash-based WebSocket Implementation] ( http://github.com/gimite/web-socket-js ) .
4849
50+
4951Writing your own WebSocket Server
5052---------------------------------
5153
@@ -55,6 +57,7 @@ server-side of the
5557A WebSocket server by itself doesn't do anything except establish socket
5658connections though HTTP. After that it's up to ** your** subclass to add purpose.
5759
60+
5861Writing your own WebSocket Client
5962---------------------------------
6063
@@ -64,6 +67,7 @@ connect to. Important events `onOpen`, `onClose`, `onMessage` and `onIOError`
6467get fired throughout the life of the WebSocketClient, and must be implemented
6568in ** your** subclass.
6669
70+
6771Minimum Required JDK
6872--------------------
6973
@@ -74,6 +78,7 @@ Minimum Required JDK
7478
7579Other JRE implementations may work as well, but haven't been tested.
7680
81+
7782Testing in Android Emulator
7883---------------------------
7984
0 commit comments