org.apache.cocoon.pipeline.util
Class URLConnectionUtils
java.lang.Object
org.apache.cocoon.pipeline.util.URLConnectionUtils
public abstract class URLConnectionUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URLConnectionUtils
public URLConnectionUtils()
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.