Package org.bouncycastle.jsse.util
Class URLConnectionUtil
java.lang.Object
org.bouncycastle.jsse.util.URLConnectionUtil
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected URLConnection
configureConnection
(URL url, URLConnection connection) protected SSLSocketFactory
createSSLSocketFactory
(SSLSocketFactory delegate, URL url) openConnection
(URL url) openConnection
(URL url, Proxy proxy) openInputStream
(URL url) Deprecated.openStream
(URL url)
-
Field Details
-
sslSocketFactory
-
-
Constructor Details
-
URLConnectionUtil
public URLConnectionUtil() -
URLConnectionUtil
-
-
Method Details
-
openConnection
- Throws:
IOException
-
openConnection
- Throws:
IOException
-
openInputStream
Deprecated.UseopenStream(URL)
instead- Throws:
IOException
-
openStream
- Throws:
IOException
-
configureConnection
-
createSSLSocketFactory
-
openStream(URL)
instead