public class E1ConnectionFactory
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.net.URLConnection |
createConnectionInstance(java.net.URL url) |
static java.net.HttpURLConnection |
createHTTPConnectionInstance(java.net.URL url) |
public static java.net.URLConnection createConnectionInstance(java.net.URL url)
throws java.io.IOException
java.io.IOExceptionpublic static java.net.HttpURLConnection createHTTPConnectionInstance(java.net.URL url)
throws java.io.IOException
java.io.IOExceptionCopyright © 2015 Oracle and/or its affiliates. All Rights Reserved.