Class UrlConnectionFactory
- java.lang.Object
-
- org.apache.logging.log4j.core.net.UrlConnectionFactory
-
public class UrlConnectionFactory extends Object
Constructs an HTTPURLConnection. This class should be considered to be internal
-
-
Constructor Summary
Constructors Constructor Description UrlConnectionFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static URLConnection
createConnection(URL url)
static HttpURLConnection
createConnection(URL url, long lastModifiedMillis, SslConfiguration sslConfiguration)
-
-
-
Method Detail
-
createConnection
public static HttpURLConnection createConnection(URL url, long lastModifiedMillis, SslConfiguration sslConfiguration) throws IOException
- Throws:
IOException
-
createConnection
public static URLConnection createConnection(URL url) throws IOException
- Throws:
IOException
-
-