public class HttpsConnection extends CurlHttpConnection
| Modifier | Constructor and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
init(CurlResource curl) |
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, setRequestPropertyprotected HttpsConnection(java.net.URL url,
java.lang.String username,
java.lang.String password)
throws java.io.IOException
java.io.IOExceptionpublic 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
java.io.IOExceptionprotected void init(CurlResource curl) throws java.io.IOException
init in class CurlHttpConnectionjava.io.IOException