Package org.bouncycastle.jsse.util
Class URLConnectionUtil
java.lang.Object
org.bouncycastle.jsse.util.URLConnectionUtil
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected URLConnectionconfigureConnection(URL url, URLConnection connection) protected SSLSocketFactorycreateSSLSocketFactory(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