com.caucho.quercus.lib.curl
Class HttpsConnection
java.lang.Object
com.caucho.quercus.lib.curl.CurlHttpConnection
com.caucho.quercus.lib.curl.HttpsConnection
public class HttpsConnection
- extends CurlHttpConnection
Represents a HttpURLConnection wrapper.
Constructor Summary |
protected |
HttpsConnection(java.net.URL url,
java.lang.String username,
java.lang.String password)
|
|
HttpsConnection(java.net.URL url,
java.lang.String username,
java.lang.String password,
java.net.URL proxyURL,
java.lang.String proxyUsername,
java.lang.String proxyPassword,
java.lang.String proxyType)
|
Methods inherited from class com.caucho.quercus.lib.curl.CurlHttpConnection |
authenticate, authenticateImpl, close, connect, createConnection, createConnection, disconnect, getConnection, getContentLength, getErrorStream, getHeaderField, getHeaderField, getHeaderFieldKey, getHttpConnection, getInputStream, getOutputStream, getProxy, getRequestProperty, getResponseCode, getResponseMessage, getURL, setConnection, setConnectTimeout, setDoOutput, setInstanceFollowRedirects, setReadTimeout, setRequestMethod, setRequestProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpsConnection
protected HttpsConnection(java.net.URL url,
java.lang.String username,
java.lang.String password)
throws java.io.IOException
- Throws:
java.io.IOException
HttpsConnection
public HttpsConnection(java.net.URL url,
java.lang.String username,
java.lang.String password,
java.net.URL proxyURL,
java.lang.String proxyUsername,
java.lang.String proxyPassword,
java.lang.String proxyType)
throws java.io.IOException
- Throws:
java.io.IOException
init
protected void init(CurlResource curl)
throws java.io.IOException
- Overrides:
init
in class CurlHttpConnection
- Throws:
java.io.IOException