Package org.java_websocket.drafts

Examples of org.java_websocket.drafts.Draft


    try {
      BufferedReader sysin = new BufferedReader( new InputStreamReader( System.in ) );

      /*First of the thinks a programmer might want to change*/
      Draft d = new Draft_17();
      String clientname = "tootallnate/websocket";

      String protocol = "ws";
      String host = "localhost";
      int port = 9001;
View Full Code Here

TOP

Related Classes of org.java_websocket.drafts.Draft

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.