Kagetaka

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 $

コンストラクタの概要
Handler()
          インスタンスを作成します。
 
メソッドの概要
protected  int getDefaultPort()
           
 URLConnection openConnection(URL url)
          コネクションを返します。
 
クラス java.net.URLStreamHandler から継承したメソッド
equals, getHostAddress, hashCode, hostsEqual, parseURL, sameFile, setURL, setURL, toExternalForm
 
クラス 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エラーが発生し

Kagetaka

Copyright (c) 2002-2003 The Kagetaka Project 'December 16, 2003'