net.hizlab.kagetaka.protocol.https
クラス Handler
java.lang.Object
java.net.URLStreamHandler
net.hizlab.kagetaka.protocol.https.Handler
- public class Handler
- extends URLStreamHandler
キャッシュをサポートする https
プロトコルのストリームハンドラです。
- バージョン:
- $Revision: 1.1 $
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Handler
public Handler()
throws ClassNotFoundException,
InstantiationException,
IllegalAccessException
- インスタンスを作成します。
- 例外:
ClassNotFoundException
- クラスが見つからなかった場合
InstantiationException
- インスタンスの作成時にエラーが発生した場合
IllegalAccessException
- アクセス権がなかった場合
getDefaultPort
protected int getDefaultPort()
openConnection
public URLConnection openConnection(URL url)
throws IOException
- コネクションを返します。
- パラメータ:
url
- URL
- 戻り値:
- コネクション
- 例外:
IOException
- 接続の確立中に I/Oエラーが発生し
Copyright (c) 2002-2003 The Kagetaka Project 'December 16, 2003'