ctf.network.tcp
Class CLI

java.lang.Object
  extended by ctf.network.tcp.CLI

public class CLI
extends java.lang.Object

Author:
dennis

Field Summary
(package private)  Connection connection
          For talking to the server
 
Constructor Summary
CLI(java.lang.String host, int port, java.lang.String colour, int side)
           
 
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
 

Field Detail

connection

Connection connection
For talking to the server

Constructor Detail

CLI

public CLI(java.lang.String host,
           int port,
           java.lang.String colour,
           int side)
    throws java.io.IOException,
           NetworkException,
           SocketClosedException,
           UninitializedSocketException
Throws:
java.io.IOException
NetworkException
SocketClosedException
UninitializedSocketException
Method Detail

main

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