Download Latest Version jaco-proxy-0.1.3.zip (3.2 kB)
Email in envelope

Get an email when there's a new version of JACo Proxy ( java proxy )

Home
Name Modified Size InfoDownloads / Week
jaco-proxy-0.1.3.zip 2011-09-09 3.2 kB
README.txt 2011-09-09 1.7 kB
Totals: 2 Items   4.9 kB 0
JACo Watermark
==============

Welcome to the Proxy component of the Java Application Core project.


Description
-----------

JACo Proxy is a handy, tiny component designed to help you work with
the Internet proxies in Java.

For example, you can make your java program work over a specific proxy
with a single line of code:

   ProxyUtils.setProxy(host, port, username, password);

or over the system proxy ( the one specified in the "Internet Options" ):

   ProxyUtils.setSystemProxy(username, password);


Licensing
---------

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
details.

You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.


Contact
-------

 o For general information visit the project home page at
   http://jacoproxy.sourceforge.net/

 o For development information visit the summary page at
   http://sourceforge.net/projects/jacoproxy/

 o To contact project administrator visit
   http://cristiansulea.entrust.ro/
   http://sourceforge.net/users/cristiansulea/


Change Log
---------

Version 0.1.3 ( September 9, 2011 )
 - First public release, is actually a beta version.

Source: README.txt, updated 2011-09-09