gumbo.net
Class TestGuiProxy
java.lang.Object
|
+--gumbo.net.TestGuiProxy
- public class TestGuiProxy
- extends java.lang.Object
Test proxy server with a GUI. Default connection is to a TestGuiServer.
Messages are passed through unfiltered.
Includes simple actions, and panels for monitoring
message traffic and testing broken connections.
- Version:
- $Revision: 1.9 $
- Author:
- Jon Barrilleaux (jonb@jmbaai.com) of JMB and Associates Inc.
Field Summary |
static java.lang.String |
APP_NAME
|
Constructor Summary |
TestGuiProxy(java.lang.String serverHost,
int serverPort,
int proxyPort,
boolean useAsciiServer,
boolean useAsciiClient)
|
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
APP_NAME
public static final java.lang.String APP_NAME
- See Also:
- Constant Field Values
TestGuiProxy
public TestGuiProxy(java.lang.String serverHost,
int serverPort,
int proxyPort,
boolean useAsciiServer,
boolean useAsciiClient)
- Parameters:
serverHost
- Server host name.serverPort
- Server port number.proxyPort
- Proxy server port number.useAsciiServer
- If true, the server thread uses ASCII messages,
otherwise it uses object serialized messages.useAsciiClient
- If true, the client thread uses ASCII messages,
otherwise it uses object serialized messages.
main
public static void main(java.lang.String[] args)