| (Entry point) Demonstrates how to write a very simple tunneling proxy
using MINA. The proxy only logs all data passing through it. This is only
suitable for text based protocols since received data will be converted into
strings before being logged.
Start a proxy like this:
org.apache.mina.example.proxy.Main 12345 www.google.com 80
and open http://localhost:12345 in a
browser window.
author: The Apache MINA Project (dev@mina.apache.org) version: $Rev$, $Date$ |