Simple Proxy Library   ver0.4
README

October 27 ,2004
Tomoo Mizukami

    Simple Proxy Library(SPL provide you a simple proxy 
solution on networking .This README explain you some info
mation of its.

FEATURE

This product has four features.They are followings.

-Small
-Simple TCP Relaying.
-Non Cache.
-This library's proxy can be done multi threading execution.  
  
USAGE(on CommandSample)

	There is a class that has main().It's CommandSample.
Its usage is following.
	
	java CommandSample <LocalPort> <DestinationAddress> <DestinationPort>
	
	or
	
	java -jar dist/jSPL.jar 88888 www.yahoo.com 80

LICENSE

	This product is under BSD Style License.See "LICENSE" file.
	
CONTACTS

	Please do E-mail me if you have a question or a comment.
	My address is yuaoki{at}users.sourceforge.jp


Copyright (c) 2004 Tomoo Mizukami
All rights reserved.