net.anotheria.net.tcp.proxy
Class TCPProxyServer

java.lang.Object
  extended by net.anotheria.net.shared.server.AbstractServer
      extended by net.anotheria.net.tcp.server.BasicTCPServer
          extended by net.anotheria.net.tcp.proxy.TCPProxyServer
All Implemented Interfaces:
Runnable, IServer

public class TCPProxyServer
extends BasicTCPServer


Constructor Summary
TCPProxyServer(int localPort, String targetHost, int targetPort)
           
 
Method Summary
static void main(String[] a)
           
 
Methods inherited from class net.anotheria.net.tcp.server.BasicTCPServer
isRunning, run, setRunning, startServer, stopServer
 
Methods inherited from class net.anotheria.net.shared.server.AbstractServer
addServerListener, getConnectionFactory, notifyConnectionCreated, notifyConnectionRemoved, removeServerListener, setConnectionFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCPProxyServer

public TCPProxyServer(int localPort,
                      String targetHost,
                      int targetPort)
Method Detail

main

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


Copyright © 2010-2013 anotheria.net. All Rights Reserved.