Class TestTCP

java.lang.Object
  |
  +--TestTCP

public class TestTCP
extends java.lang.Object

Test out the TCP connection to Sphinx by echoing any lines we can get from Sphinx to the console.


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

Constructor Detail

TestTCP

public TestTCP()
Method Detail

main

public static void main(java.lang.String[] args)
The main method runs the program.

Parameters:
args - ignored.