eap.freeciv
Class PassThrough

java.lang.Object
  extended byeap.freeciv.PassThrough

public class PassThrough
extends Object


Constructor Summary
PassThrough(int server_port, String host, int client_port)
           
 
Method Summary
 void beginListening()
           
 Client getClient()
           
 Server getServer()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PassThrough

public PassThrough(int server_port,
                   String host,
                   int client_port)
            throws UnknownHostException,
                   IOException
Method Detail

beginListening

public void beginListening()

getClient

public Client getClient()

getServer

public Server getServer()

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception