net.sac.web
Class URLConnector

java.lang.Object
  extended by net.sac.web.URLConnector

public class URLConnector
extends java.lang.Object

URLConnector.java

Since:
2.0
Version:
$Revision: 1.3 $
Author:
Andy Zeneski

Field Summary
static java.lang.String module
           
 
Method Summary
static java.net.URLConnection openConnection(java.net.URL url)
           
static java.net.URLConnection openConnection(java.net.URL url, int timeout)
           
static java.net.URLConnection openConnection(java.net.URL url, int timeout, java.lang.String clientCertAlias)
           
static java.net.URLConnection openConnection(java.net.URL url, java.lang.String clientCertAlias)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

public static final java.lang.String module
Method Detail

openConnection

public static java.net.URLConnection openConnection(java.net.URL url)
                                             throws java.io.IOException
Throws:
java.io.IOException

openConnection

public static java.net.URLConnection openConnection(java.net.URL url,
                                                    int timeout)
                                             throws java.io.IOException
Throws:
java.io.IOException

openConnection

public static java.net.URLConnection openConnection(java.net.URL url,
                                                    java.lang.String clientCertAlias)
                                             throws java.io.IOException
Throws:
java.io.IOException

openConnection

public static java.net.URLConnection openConnection(java.net.URL url,
                                                    int timeout,
                                                    java.lang.String clientCertAlias)
                                             throws java.io.IOException
Throws:
java.io.IOException