org.vigia.test
Class CommunicationsClientTest

java.lang.Object
  extended by org.vigia.test.CommunicationsClientTest

public class CommunicationsClientTest
extends java.lang.Object

A dummy client.

Author:
jrios

Field Summary
protected static int frames
          Number of frames received.
protected static java.awt.image.BufferedImage image
          The last Image.
 
Constructor Summary
CommunicationsClientTest()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main function.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

frames

protected static int frames
Number of frames received.


image

protected static java.awt.image.BufferedImage image
The last Image.

Constructor Detail

CommunicationsClientTest

public CommunicationsClientTest()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.net.UnknownHostException,
                        java.io.IOException,
                        java.lang.InterruptedException
The main function.

Parameters:
args - The arguments.
Throws:
java.io.IOException - IOException.
java.net.UnknownHostException - UnknownHostException.
java.lang.InterruptedException - InterruptedException.