lcm.lcm
Class TCPService

java.lang.Object
  extended by lcm.lcm.TCPService

public class TCPService
extends java.lang.Object


Constructor Summary
TCPService(int port)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void relay(byte[] channel, byte[] data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCPService

public TCPService(int port)
           throws java.io.IOException
Throws:
java.io.IOException
Method Detail

relay

public void relay(byte[] channel,
                  byte[] data)

main

public static void main(java.lang.String[] args)