Class tcpmon

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class tcpmon extends JFrame
TCP monitor to log http messages and responses, both SOAP and plain HTTP. If you want to choose a different Swing look and feel, set the property tcpmon.laf to the classname of the new look and feel
Author:
Doug Davis (dug@us.ibm.com), Steve Loughran
See Also:
  • Constructor Details

    • tcpmon

      public tcpmon(int listenPort, String targetHost, int targetPort, boolean embedded)
    • tcpmon

      public tcpmon(int listenPort, String targetHost, int targetPort)
  • Method Details

    • main

      public static void main(String[] args)
      this is our main method
      Parameters:
      args -
    • getMessage

      public static String getMessage(String key, String defaultMsg)
      Get the message with the given key. There are no arguments for this message.