<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: A Simple Multi-Threaded Java HTTP Proxy Server</title>
	<atom:link href="http://www.jtmelton.com/2007/11/27/a-simple-multi-threaded-java-http-proxy-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jtmelton.com/2007/11/27/a-simple-multi-threaded-java-http-proxy-server/</link>
	<description>Java, Security and Technology</description>
	<lastBuildDate>Wed, 25 Jan 2012 05:18:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: João Cortela</title>
		<link>http://www.jtmelton.com/2007/11/27/a-simple-multi-threaded-java-http-proxy-server/comment-page-1/#comment-42147</link>
		<dc:creator>João Cortela</dc:creator>
		<pubDate>Thu, 25 Aug 2011 20:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://uncc.dyndns.org/2007/11/27/a-simple-multi-threaded-java-http-proxy-server/#comment-42147</guid>
		<description>Thanks man!

Now it&#039;s working... =)

It helped me a lot!</description>
		<content:encoded><![CDATA[<p>Thanks man!</p>
<p>Now it&#8217;s working&#8230; =)</p>
<p>It helped me a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.jtmelton.com/2007/11/27/a-simple-multi-threaded-java-http-proxy-server/comment-page-1/#comment-42146</link>
		<dc:creator>john</dc:creator>
		<pubDate>Thu, 25 Aug 2011 20:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://uncc.dyndns.org/2007/11/27/a-simple-multi-threaded-java-http-proxy-server/#comment-42146</guid>
		<description>@Joao, 
Looks like you might not have the java command right. You might want to try &quot;java -cp . proxy.ProxyServer&quot;</description>
		<content:encoded><![CDATA[<p>@Joao,<br />
Looks like you might not have the java command right. You might want to try &#8220;java -cp . proxy.ProxyServer&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: João Cortela</title>
		<link>http://www.jtmelton.com/2007/11/27/a-simple-multi-threaded-java-http-proxy-server/comment-page-1/#comment-42145</link>
		<dc:creator>João Cortela</dc:creator>
		<pubDate>Thu, 25 Aug 2011 20:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://uncc.dyndns.org/2007/11/27/a-simple-multi-threaded-java-http-proxy-server/#comment-42145</guid>
		<description>Dude, i&#039;m trying to run your proxy but it fails.
When I compile it with &quot;javac *.java&quot; everything goes OK but when I run &quot;java ProxyServer&quot; i get this error:

&quot;Exception in thread &quot;main&quot; java.lang.NoClassDefFoundError: ProxyServer (wrong name: proxy/ProxyServer)&quot;

Could you help me?
Thanks man!

ps: Sorry for my english (=</description>
		<content:encoded><![CDATA[<p>Dude, i&#8217;m trying to run your proxy but it fails.<br />
When I compile it with &#8220;javac *.java&#8221; everything goes OK but when I run &#8220;java ProxyServer&#8221; i get this error:</p>
<p>&#8220;Exception in thread &#8220;main&#8221; java.lang.NoClassDefFoundError: ProxyServer (wrong name: proxy/ProxyServer)&#8221;</p>
<p>Could you help me?<br />
Thanks man!</p>
<p>ps: Sorry for my english (=</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.jtmelton.com/2007/11/27/a-simple-multi-threaded-java-http-proxy-server/comment-page-1/#comment-36508</link>
		<dc:creator>john</dc:creator>
		<pubDate>Fri, 18 Feb 2011 04:47:51 +0000</pubDate>
		<guid isPermaLink="false">http://uncc.dyndns.org/2007/11/27/a-simple-multi-threaded-java-http-proxy-server/#comment-36508</guid>
		<description>@Gareth, glad it helped.
@Ngoc, I wrote the example to be very simple and only support GET requests intentionally to show what it takes.  There are certainly ways to make this work for POST, but that would take more work, and I&#039;ll leave that up to you as I mentioned in the article. You could also just download one of many free http proxy tools that are much more functional.</description>
		<content:encoded><![CDATA[<p>@Gareth, glad it helped.<br />
@Ngoc, I wrote the example to be very simple and only support GET requests intentionally to show what it takes.  There are certainly ways to make this work for POST, but that would take more work, and I&#8217;ll leave that up to you as I mentioned in the article. You could also just download one of many free http proxy tools that are much more functional.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ngoc</title>
		<link>http://www.jtmelton.com/2007/11/27/a-simple-multi-threaded-java-http-proxy-server/comment-page-1/#comment-36507</link>
		<dc:creator>Ngoc</dc:creator>
		<pubDate>Fri, 18 Feb 2011 04:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://uncc.dyndns.org/2007/11/27/a-simple-multi-threaded-java-http-proxy-server/#comment-36507</guid>
		<description>Hi John,

The code works for GET requests only.
How to make this work for other request, such as POST?

Tx.
Ngoc</description>
		<content:encoded><![CDATA[<p>Hi John,</p>
<p>The code works for GET requests only.<br />
How to make this work for other request, such as POST?</p>
<p>Tx.<br />
Ngoc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth</title>
		<link>http://www.jtmelton.com/2007/11/27/a-simple-multi-threaded-java-http-proxy-server/comment-page-1/#comment-34164</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Fri, 14 Jan 2011 17:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://uncc.dyndns.org/2007/11/27/a-simple-multi-threaded-java-http-proxy-server/#comment-34164</guid>
		<description>Dear John,

Thank you for the example.  I&#039;d been trying lots of things for ages to get my code working.

Ta,

Gareth</description>
		<content:encoded><![CDATA[<p>Dear John,</p>
<p>Thank you for the example.  I&#8217;d been trying lots of things for ages to get my code working.</p>
<p>Ta,</p>
<p>Gareth</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 281/282 objects using disk: basic

Served from: www.jtmelton.com @ 2012-02-04 21:43:37 -->
