<?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: Connection timeouts with the Apache commons TelnetClient</title>
	<atom:link href="http://www.ioncannon.net/java/132/connection-timeouts-with-the-apache-commons-telnetclient/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ioncannon.net/java/132/connection-timeouts-with-the-apache-commons-telnetclient/</link>
	<description>Thoughts on Software Development and Engineering</description>
	<lastBuildDate>Thu, 05 Jan 2012 16:35:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Will</title>
		<link>http://www.ioncannon.net/java/132/connection-timeouts-with-the-apache-commons-telnetclient/comment-page-1/#comment-199584</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Tue, 08 Mar 2011 04:03:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/java/132/connection-timeouts-with-the-apache-commons-telnetclient/#comment-199584</guid>
		<description>Hi Carson, v2.0 (oct 2008) release notes indicate that it is an included feature (http://commons.apache.org/net/changes-report.html#a2.0) - but the function is &lt;code&gt;setConnectTimeout(int)&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hi Carson, v2.0 (oct 2008) release notes indicate that it is an included feature (<a href="http://commons.apache.org/net/changes-report.html#a2.0" rel="nofollow">http://commons.apache.org/net/changes-report.html#a2.0</a>) &#8211; but the function is
<div class="codesnip-container" >setConnectTimeout(int)</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oriol</title>
		<link>http://www.ioncannon.net/java/132/connection-timeouts-with-the-apache-commons-telnetclient/comment-page-1/#comment-179333</link>
		<dc:creator>Oriol</dc:creator>
		<pubDate>Thu, 12 Aug 2010 09:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/java/132/connection-timeouts-with-the-apache-commons-telnetclient/#comment-179333</guid>
		<description>Hello Carson,

I know the post is quite old but as you said, there&#039;s not too much information about Telnet and so I&#039;ve finally found your webpage. I&#039;ll try if you still can help me and if not thanks anyways.

So I&#039;ve made an application for connecting my computer to a telnet server (using apache common telnetclient) and everything&#039;s working while no exceptions are coming. I mean, as you know,telnet is not sending any end point so for example I keep reading until I match a word. Of course that when this word does not come, my program keeps reading and so I would like to implement a Timeout to unblock it.

Well, I&#039;ve tried to build your code and Netbeans does not recognise me the &quot;org.apache.commons.net.SocketFactory&quot; but it does for &quot;org.apache.commons.net.telnet.TelnetClient&quot; so I get an error on:

****private static class TimeoutSockectFactory implements SocketFactory****

as it can not find the class &quot;SocketFactory&quot;.

Do you know if they have changed the package? I went to apache commons and in &quot;org.apache.commons.net.*&quot; it does not appear the SocketFactory package. What do you suggest?

Thank you,

Oriol</description>
		<content:encoded><![CDATA[<p>Hello Carson,</p>
<p>I know the post is quite old but as you said, there&#039;s not too much information about Telnet and so I&#039;ve finally found your webpage. I&#039;ll try if you still can help me and if not thanks anyways.</p>
<p>So I&#039;ve made an application for connecting my computer to a telnet server (using apache common telnetclient) and everything&#039;s working while no exceptions are coming. I mean, as you know,telnet is not sending any end point so for example I keep reading until I match a word. Of course that when this word does not come, my program keeps reading and so I would like to implement a Timeout to unblock it.</p>
<p>Well, I&#039;ve tried to build your code and Netbeans does not recognise me the &#034;org.apache.commons.net.SocketFactory&#034; but it does for &#034;org.apache.commons.net.telnet.TelnetClient&#034; so I get an error on:</p>
<p>****private static class TimeoutSockectFactory implements SocketFactory****</p>
<p>as it can not find the class &#034;SocketFactory&#034;.</p>
<p>Do you know if they have changed the package? I went to apache commons and in &#034;org.apache.commons.net.*&#034; it does not appear the SocketFactory package. What do you suggest?</p>
<p>Thank you,</p>
<p>Oriol</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.151 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-01-13 07:30:02 -->

