eap.freeciv
Class PassThrough
java.lang.Object
eap.freeciv.PassThrough
- public class PassThrough
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PassThrough
public PassThrough(int server_port,
String host,
int client_port)
throws UnknownHostException,
IOException
beginListening
public void beginListening()
getClient
public Client getClient()
getServer
public Server getServer()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception