org.robsite.extension.rss
Class HTTPUtil

java.lang.Object
  extended byorg.robsite.extension.rss.HTTPUtil

public final class HTTPUtil
extends java.lang.Object

Utilities for temporarily setting the HTTP timeout.

Version:
$Revision: 1.1.1.1 $
Author:
brian_duff@sourceforge.net

Method Summary
static void resetHTTPTimeout()
          Reset the HTTP timeout to its default value.
static void setHTTPTimeout(int milliseconds)
          Set the HTTP timeout to the specified number of milliseconds.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setHTTPTimeout

public static void setHTTPTimeout(int milliseconds)
Set the HTTP timeout to the specified number of milliseconds.


resetHTTPTimeout

public static void resetHTTPTimeout()
Reset the HTTP timeout to its default value.



Copyright © 2005 robsite.org. All Rights Reserved.