org.apache.cocoon.pipeline.util
Class URLConnectionUtils

java.lang.Object
  extended by org.apache.cocoon.pipeline.util.URLConnectionUtils

public abstract class URLConnectionUtils
extends Object


Constructor Summary
URLConnectionUtils()
           
 
Method Summary
static void closeQuietly(URLConnection urlConnection)
          Close a URLConnection quietly and take care of all the exception handling.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLConnectionUtils

public URLConnectionUtils()
Method Detail

closeQuietly

public static void closeQuietly(URLConnection urlConnection)
Close a URLConnection quietly and take care of all the exception handling.

Parameters:
urlConnection - URLConnection to be closed.


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.