|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.elca.el4j.services.tcpforwarder.TcpForwarderRunner
public class TcpForwarderRunner
Used to start the tcp forwarder from command line.
| 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 |
|---|
protected TcpForwarderRunner()
| Method Detail |
|---|
public static void main(String[] args)
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.protected static void printUsage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||