com.jdon.util
类 URLUtil

java.lang.Object
  继承者 com.jdon.util.URLUtil

public class URLUtil
extends Object


构造方法摘要
protected URLUtil()
           
protected URLUtil(URL url)
           
 
方法摘要
protected  URLConnection openConnection(int timeout)
           
static URLConnection openConnection(URL url)
           
static URLConnection openConnection(URL url, int timeout)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

URLUtil

protected URLUtil()

URLUtil

protected URLUtil(URL url)
方法详细信息

openConnection

protected URLConnection openConnection(int timeout)
                                throws IOException
抛出:
IOException

openConnection

public static URLConnection openConnection(URL url)
                                    throws IOException
抛出:
IOException

openConnection

public static URLConnection openConnection(URL url,
                                           int timeout)
                                    throws IOException
抛出:
IOException


Copyright © 2013. All Rights Reserved.