ch.elca.el4j.services.tcpforwarder
Class TcpForwarderRunner

java.lang.Object
  extended by ch.elca.el4j.services.tcpforwarder.TcpForwarderRunner

public class TcpForwarderRunner
extends Object

Used to start the tcp forwarder from command line.

Author:
Martin Zeltner (MZE)
File-location:
TcpForwarderRunner
Last check-in date:
2009-08-04 15:48:31 +0200 (Di, 04. Aug 2009) by swismer for revision 3884

Constructor Summary
protected TcpForwarderRunner()
          Hide default constructor.
 
Method Summary
static void main(String[] args)
          Runs a tcp forwarder on a given port and forwards the tcp messages to the given target address.
protected static void printUsage()
          Prints the usage of this main class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TcpForwarderRunner

protected TcpForwarderRunner()
Hide default constructor.

Method Detail

main

public static void main(String[] args)
Runs a tcp forwarder on a given port and forwards the tcp messages to the given target address.

Parameters:
args - The first argument is the local listening port and the second argument is the local port or remote target with its port to forward to.

printUsage

protected static void printUsage()
Prints the usage of this main class.



Copyright © 2005-2011 ELCA. All Rights Reserved.