Package org.h2.dev.net
Class PgTcpRedirect
- java.lang.Object
-
- org.h2.dev.net.PgTcpRedirect
-
public class PgTcpRedirect extends java.lang.ObjectThis class helps debug the PostgreSQL network protocol. It listens on one port, and sends the exact same data to another port.
-
-
Constructor Summary
Constructors Constructor Description PgTcpRedirect()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String... args)This method is called when executing this application from the command line.
-