Kagetaka

net.hizlab.kagetaka.addin.java2
クラス NETBWrapper

java.lang.Object
  拡張net.hizlab.kagetaka.addin.java2.NETBWrapper
直系の既知のサブクラス:
NETBCaller

public abstract class NETBWrapper
extends Object

影鷹ブラウザのみで使用する Java2 の NET をサポートするラッパークラスです。

バージョン:
$Revision: 1.3 $

コンストラクタの概要
protected NETBWrapper()
          新しいインスタンスを作成します。
 
メソッドの概要
static NETBWrapper getInstance()
          ラッパーのインスタンスを返します。
abstract  URLConnection getURLConnectionWrapper(URL url, URLConnection connection, InputStream is)
          URLConnectionHttpURLConnection のラッパークラスを返します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

NETBWrapper

protected NETBWrapper()
新しいインスタンスを作成します。

メソッドの詳細

getInstance

public static NETBWrapper getInstance()
ラッパーのインスタンスを返します。

戻り値:
ラッパーのインスタンス

getURLConnectionWrapper

public abstract URLConnection getURLConnectionWrapper(URL url,
                                                      URLConnection connection,
                                                      InputStream is)
URLConnectionHttpURLConnection のラッパークラスを返します。

パラメータ:
url - URL
connection - コネクション
is - 入力ストリーム。 connection から取得する場合は null
戻り値:
ラッパークラス
関連項目:
URLConnection, HttpURLConnection

Kagetaka

Copyright (c) 2002-2004 The Kagetaka Project 'November 20, 2004'