
This code comes from https://github.com/w3c/web-platform-tests/tree/master/websockets/jetty/echo
with some modifications:

|-EntryPoint.java
  1.Line 5: Make the port of normal websocket server can be configured and default port is 8080.
  2.Line 6: Make the port of secure websocket server can be configured and default port is 8443.

|-TestServer.java
  1.Line 43: Improve the console printer when web socket connected.
  2.Line 61: Comment the new server port which is not used at this time.



These tests are copyright by W3C and/or the author listed in the test
file. The tests are dual-licensed under the W3C Test Suite License:
http://www.w3.org/Consortium/Legal/2008/04-testsuite-license
and the BSD 3-clause License:
http://www.w3.org/Consortium/Legal/2008/03-bsd-license
under W3C's test suite licensing policy:
http://www.w3.org/Consortium/Legal/2008/04-testsuite-copyright
