|
Kagetaka | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.net.URLConnection
net.hizlab.kagetaka.protocol.about.AboutURLConnection
about
プロトコルのコネクションを表します。
フィールドの概要 |
クラス java.net.URLConnection から継承したフィールド |
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches |
メソッドの概要 | |
void |
connect()
この URL が参照するリソースへの通信リンクを確立します (通信リンクが確立されていない場合)。 |
String |
getContentType()
content-type ヘッダーフィールドの値を返します。 |
InputStream |
getInputStream()
この接続からの入力を受け取る入力ストリームを返します。 |
OutputStream |
getOutputStream()
この接続にデータを送る出力ストリームを返します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
メソッドの詳細 |
public void connect() throws IOException
IOException
- 接続の確立中に I/O エラーが発生した場合public String getContentType()
content-type
ヘッダーフィールドの値を返します。
null
public InputStream getInputStream() throws IOException
IOException
- 入力ストリームの作成中に I/O エラーが発生した場合public OutputStream getOutputStream() throws IOException
IOException
- 出力ストリームの作成中に I/O エラーが発生した場合
|
Kagetaka | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright (c) 2002-2004 The Kagetaka Project 'November 20, 2004'