|
Kagetaka | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.net.URLConnection
java.net.HttpURLConnection
sun.net.www.protocol.http.HttpURLConnection
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection
net.hizlab.kagetaka.protocol.https.SunDelegateHttpsURLConnection
キャッシュをサポートする https
プロトコルのコネクションを表します。
フィールドの概要 |
クラス sun.net.www.protocol.http.HttpURLConnection から継承したフィールド |
handler, http, pe, ps, userAgent |
クラス java.net.URLConnection から継承したフィールド |
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches |
メソッドの概要 | |
void |
connect()
接続 |
protected void |
doTunneling()
トンネルを作成 |
InputStream |
getErrorStream()
エラーの場合のインプットストリームを取得 |
String |
getHeaderField(int n)
レスポンスヘッダーを取得 |
String |
getHeaderField(String name)
レスポンスヘッダーを取得 |
String |
getHeaderFieldKey(int n)
レスポンスヘッダーのキーを取得 |
Map |
getHeaderFields()
レスポンスヘッダーを取得 |
protected HostnameVerifier |
getHostnameVerifier()
ホスト名ベリファイアを取得 |
InputStream |
getInputStream()
インプットストリームを取得 |
protected SSLSocketFactory |
getSSLSocketFactory()
SSL ソケットファクトリを取得 |
protected void |
plainConnect()
直接接続 |
protected void |
proxiedConnect(URL url,
String proxyHost,
int proxyPort,
boolean useCache)
プロキシ経由接続 |
void |
setNewClient(URL url,
boolean useCache)
新しいクライアントを作成 |
void |
setProxiedClient(URL url,
String proxyHost,
int proxyPort,
boolean useCache)
プロキシコネクト |
void |
setRequestProperty(String key,
String value)
リクエストプロパティを設定 |
クラス sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection から継承したメソッド |
getCipherSuite, getLocalCertificates, getServerCertificateChain, getServerCertificates, isConnected, setConnected, setNewClient, setProxiedClient |
クラス sun.net.www.protocol.http.HttpURLConnection から継承したメソッド |
addRequestProperty, disconnect, finalize, getOutputStream, getRequestProperties, getRequestProperty, openConnectionCheckRedirects, setDefaultAuthenticator, usingProxy |
クラス java.lang.Object から継承したメソッド |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
メソッドの詳細 |
public void connect() throws IOException
IOException
protected void doTunneling() throws IOException
IOException
public InputStream getErrorStream()
public String getHeaderField(int n)
public String getHeaderField(String name)
public String getHeaderFieldKey(int n)
public Map getHeaderFields()
protected HostnameVerifier getHostnameVerifier()
public InputStream getInputStream() throws IOException
IOException
protected SSLSocketFactory getSSLSocketFactory()
protected void plainConnect() throws IOException
IOException
protected void proxiedConnect(URL url, String proxyHost, int proxyPort, boolean useCache) throws IOException
IOException
public void setNewClient(URL url, boolean useCache) throws IOException
IOException
public void setProxiedClient(URL url, String proxyHost, int proxyPort, boolean useCache) throws IOException
IOException
public void setRequestProperty(String key, String value)
|
Kagetaka | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright (c) 2002-2003 The Kagetaka Project 'December 16, 2003'