org.apache.mina.example.proxy |
A TCP/IP tunneling proxy example.
|
Java Source File Name | Type | Comment |
AbstractProxyIoHandler.java | Class | Base class of
org.apache.mina.common.IoHandler classes which handle
proxied connections. |
ClientToProxyIoHandler.java | Class | Handles the client to proxy part of the proxied connection. |
Main.java | Class | (Entry point) Demonstrates how to write a very simple tunneling proxy
using MINA. |
ServerToProxyIoHandler.java | Class | Handles the server to proxy part of the proxied connection. |