websocket4j.examples
Class EchoClient

java.lang.Object
  extended by websocket4j.examples.EchoClient

public class EchoClient
extends java.lang.Object

Example presenting an echo client using WebSocket4J.


Constructor Summary
EchoClient()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EchoClient

public EchoClient()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException