<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>HttpClient - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/httpclient/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Fri, 21 Nov 2014 12:59:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>Java HttpClient 4.x的用法(Get篇)</title>
		<link>https://www.coder4.com/archives/4329</link>
					<comments>https://www.coder4.com/archives/4329#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Fri, 21 Nov 2014 12:59:53 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[4.x]]></category>
		<category><![CDATA[HttpClient]]></category>
		<category><![CDATA[用法]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=4329</guid>

					<description><![CDATA[HttpClient是一个经典的Java的HTTP客户端，当升级到4.x后，其API发生了很大变化，下面以带参数的HTTP Get为例，说说如何使用。 // Timeout Stradegy RequestConfig DEFAULT_REQUEST_CONFIG = RequestConfig.custom() .setSocketTimeout(1000).setConnectTimeout(1000).build(); // Create client[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/4329/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>HttpClient多线程</title>
		<link>https://www.coder4.com/archives/1200</link>
					<comments>https://www.coder4.com/archives/1200#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Wed, 01 Dec 2010 15:36:01 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[HttpClient]]></category>
		<category><![CDATA[Java && J2EE]]></category>
		<category><![CDATA[多线程]]></category>
		<category><![CDATA[线程安全]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=1200</guid>

					<description><![CDATA[转载并整理自：HttpClient Theading 简介 这篇文章概括了怎样在多线程环境下安全的使用HttpClient。 MultiThreadedHttpConnectionManager 在HttpClient中使用多线程的一个主要原因是可以一次执行多个方法。在执行期间，每一个方法都使用一个HttpConnection实例。由于在同一时间多个连接只能安全地用于单一线程和方法和有限的资源，我们就必须确保连接分配给正确的方法。而MultiThreadedHttpConnect[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/1200/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
