File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -18,23 +18,21 @@ Implemented WebSocket protocol versions are:
1818
1919
2020##Build
21- There are 2 ways to build but automatically but there is nothing against just putting the source path ``` src/main/java ``` on your buildpath.
21+ You can build using Ant or Maven but there is nothing against just putting the source path ``` src/main/java ``` on your applications buildpath.
2222
2323###Ant
2424
2525``` bash
2626ant
2727```
28- will
2928
30- - create the javadoc of this library at ``` doc/ ```
31- - build the library itself: ``` dest/java_websocket.jar ```
29+ will create the javadoc of this library at ``` doc/ ``` and build the library itself: ``` dest/java_websocket.jar ```
3230
33- To perform more distinct operations take a look at ``` build.xml ``` .
31+ The ant targets are: ``` compile ``` , ``` jar ``` , ``` doc ``` and ``` clean ```
3432
3533###Maven
3634
37- There is maven support . More documentation in that is yet to come...
35+ Maven is supported . More documentation in that is yet to come...
3836
3937
4038Running the Examples
@@ -96,7 +94,7 @@ If the websocket server url is `wss://localhost:8000` visit the url `htts://loca
9694
9795The vm option ` -Djavax.net.debug=all ` can help to find out if there is a problem with the certificate.
9896
99- It is currently not possible to accept ws and wss conections at the same time via the same websocket server instance.
97+ It is currently not possible to accept ws and wss connections at the same time via the same websocket server instance.
10098
10199I ( @Davidiusdadi ) would be glad if you would give some feedback whether wss is working fine for you or not.
102100
You can’t perform that action at this time.
0 commit comments