Class Summary |
HTTPUtils |
A bunch of utility stuff for doing HTTP things. |
HTTPUtils.Response |
An instance of this class is returned by post. |
Relay |
A Relay object is used by TcpTunnel
and TcpTunnelGui to relay bytes from an
InputStream to a OutputStream . |
TcpTunnel |
A TcpTunnel object listens on the given port,
and once Start is pressed, will forward all bytes
to the given host and port. |
TcpTunnelGui |
A TcpTunnelGui object listens on the given port,
and once Start is pressed, will forward all bytes
to the given host and port. |