javax.net.ssl
Class HttpsURLConnection
java.lang.Object
java.net.URLConnection
java.net.HttpURLConnection
javax.net.ssl.HttpsURLConnection
public abstract class HttpsURLConnection
- extends HttpURLConnection
| Fields inherited from class java.net.HttpURLConnection |
chunkLength, fixedContentLength, HTTP_ACCEPTED, HTTP_BAD_GATEWAY, HTTP_BAD_METHOD, HTTP_BAD_REQUEST, HTTP_CLIENT_TIMEOUT, HTTP_CONFLICT, HTTP_CREATED, HTTP_ENTITY_TOO_LARGE, HTTP_FORBIDDEN, HTTP_GATEWAY_TIMEOUT, HTTP_GONE, HTTP_INTERNAL_ERROR, HTTP_LENGTH_REQUIRED, HTTP_MOVED_PERM, HTTP_MOVED_TEMP, HTTP_MULT_CHOICE, HTTP_NO_CONTENT, HTTP_NOT_ACCEPTABLE, HTTP_NOT_AUTHORITATIVE, HTTP_NOT_FOUND, HTTP_NOT_IMPLEMENTED, HTTP_NOT_MODIFIED, HTTP_OK, HTTP_PARTIAL, HTTP_PAYMENT_REQUIRED, HTTP_PRECON_FAILED, HTTP_PROXY_AUTH, HTTP_REQ_TOO_LONG, HTTP_RESET, HTTP_SEE_OTHER, HTTP_SERVER_ERROR, HTTP_UNAUTHORIZED, HTTP_UNAVAILABLE, HTTP_UNSUPPORTED_TYPE, HTTP_USE_PROXY, HTTP_VERSION, instanceFollowRedirects, method, responseCode, responseMessage |
| Methods inherited from class java.net.HttpURLConnection |
disconnect, getErrorStream, getFollowRedirects, getHeaderFieldDate, getInstanceFollowRedirects, getPermission, getRequestMethod, getResponseCode, getResponseMessage, setChunkedStreamingMode, setFixedLengthStreamingMode, setFollowRedirects, setInstanceFollowRedirects, setRequestMethod, usingProxy |
| Methods inherited from class java.net.URLConnection |
addRequestProperty, connect, getAllowUserInteraction, getConnectTimeout, getContent, getContent, getContentEncoding, getContentLength, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderField, getHeaderFieldInt, getHeaderFieldKey, getHeaderFields, getIfModifiedSince, getInputStream, getLastModified, getOutputStream, getReadTimeout, getRequestProperties, getRequestProperty, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setConnectTimeout, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setReadTimeout, setRequestProperty, setUseCaches, toString |
hostnameVerifier
protected HostnameVerifier hostnameVerifier
HttpsURLConnection
protected HttpsURLConnection(URL url)
getCipherSuite
public abstract String getCipherSuite()
getLocalCertificates
public abstract Certificate[] getLocalCertificates()
getServerCertificates
public abstract Certificate[] getServerCertificates()
throws SSLPeerUnverifiedException
- Throws:
SSLPeerUnverifiedException
getPeerPrincipal
public Principal getPeerPrincipal()
throws SSLPeerUnverifiedException
- Throws:
SSLPeerUnverifiedException
getLocalPrincipal
public Principal getLocalPrincipal()
setDefaultHostnameVerifier
public static void setDefaultHostnameVerifier(HostnameVerifier v)
getDefaultHostnameVerifier
public static HostnameVerifier getDefaultHostnameVerifier()
setHostnameVerifier
public void setHostnameVerifier(HostnameVerifier v)
getHostnameVerifier
public HostnameVerifier getHostnameVerifier()
setDefaultSSLSocketFactory
public static void setDefaultSSLSocketFactory(SSLSocketFactory sf)
getDefaultSSLSocketFactory
public static SSLSocketFactory getDefaultSSLSocketFactory()
setSSLSocketFactory
public void setSSLSocketFactory(SSLSocketFactory sf)
getSSLSocketFactory
public SSLSocketFactory getSSLSocketFactory()
Please submit a feedback, bug or feature