Kagetaka

net.hizlab.kagetaka.net
クラス URLConnectionWrapper14

java.lang.Object
  拡張java.net.URLConnection
      拡張net.hizlab.kagetaka.net.URLConnectionWrapper
          拡張net.hizlab.kagetaka.net.URLConnectionWrapper12
              拡張net.hizlab.kagetaka.net.URLConnectionWrapper14

public class URLConnectionWrapper14
extends URLConnectionWrapper12

Java2(1.4 以降)の機能を備えた URLConnection ラッパーです。

バージョン:
$Revision: 1.2 $

フィールドの概要
 
クラス net.hizlab.kagetaka.net.URLConnectionWrapper から継承したフィールド
connection, inputStream
 
クラス java.net.URLConnection から継承したフィールド
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches
 
コンストラクタの概要
URLConnectionWrapper14(URL url, URLConnection connection, InputStream is)
          新しいインスタンスを作成します。
 
メソッドの概要
 Map getHeaderFields()
          ヘッダフィールドの変更不可能なマップを返します。
 
クラス net.hizlab.kagetaka.net.URLConnectionWrapper12 から継承したメソッド
addRequestProperty, getContent, getPermission, getRequestProperties
 
クラス net.hizlab.kagetaka.net.URLConnectionWrapper から継承したメソッド
connect, equals, getAllowUserInteraction, getContent, getContentEncoding, getContentLength, getContentType, getDate, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getIfModifiedSince, getInputStream, getLastModified, getOutputStream, getRequestProperty, getURL, getUseCaches, hashCode, setAllowUserInteraction, setDefaultUseCaches, setDoInput, setDoOutput, setIfModifiedSince, setRequestProperty, setUseCaches, toString
 
クラス java.net.URLConnection から継承したメソッド
getDefaultAllowUserInteraction, getDefaultRequestProperty, getFileNameMap, guessContentTypeFromName, guessContentTypeFromStream, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setFileNameMap
 
クラス java.lang.Object から継承したメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

URLConnectionWrapper14

public URLConnectionWrapper14(URL url,
                              URLConnection connection,
                              InputStream is)
新しいインスタンスを作成します。

パラメータ:
url - URL
connection - コネクション
is - 入力ストリーム。 connection から取得する場合は null
メソッドの詳細

getHeaderFields

public Map getHeaderFields()
ヘッダフィールドの変更不可能なマップを返します。

戻り値:
ヘッダフィールドのマップ
関連項目:
URLConnection.getHeaderFields()

Kagetaka

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