public class SocketTester
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| (package private) static class  | SocketTester.CmdArgs | 
| private static class  | SocketTester.CmdLine | 
| (package private) class  | SocketTester.UDPdebugReceiver | 
| (package private) class  | SocketTester.UDPdebugTransmitter | 
| Modifier and Type | Field and Description | 
|---|---|
| (package private) SocketTester.CmdArgs | args | 
| (package private) InterProcessComm | commThe Interprocess communication. | 
| (package private) Address_InterProcessComm | dstAddress | 
| (package private) MainCmd_ifc | mainUnified access to main as MainCmd_ifc | 
| (package private) Address_InterProcessComm | ownAddress | 
| (package private) Report | report | 
| (package private) Address_InterProcessComm | senderAddress | 
| Constructor and Description | 
|---|
| SocketTester(SocketTester.CmdArgs args,
            Report report,
            MainCmd_ifc main) | 
| Modifier and Type | Method and Description | 
|---|---|
| (package private) void | execute()Executes the cmd-line-application. | 
| static void | main(java.lang.String[] args)main started from java
 
 -i192.168.1.67 -p5555 -rUDP:192.168.1.69:20320 | 
final SocketTester.CmdArgs args
final Report report
InterProcessComm comm
Address_InterProcessComm dstAddress
Address_InterProcessComm ownAddress
Address_InterProcessComm senderAddress
final MainCmd_ifc main
SocketTester(SocketTester.CmdArgs args, Report report, MainCmd_ifc main)
public static void main(java.lang.String[] args)
void execute()