|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
サーバーがクライアントからのリクエストを受け取るためのインターフェースです。
フィールドの概要 | |
static byte |
DATA
データパケットです。 |
static byte |
END
終了パケットです。 |
static byte |
MAIN
内容開始パケットです。 |
static byte |
PROPERTY
プロパティパケットです。 |
static byte |
RESOURCE
リソース開始パケットです。 |
メソッドの概要 | |
String |
getEncoding()
データのキャラクタ・エンコーディングを返します。 |
String |
getMimeType()
データのMIME型を返します。 |
String |
getName()
プロパティ名を返します。 |
byte |
getType()
パケットのタイプを返します。 |
String |
getURI()
データの仮想URIを返します。 |
String |
getValue()
プロパティの値を返します。 |
void |
next()
次のパケットへカーソルを移動します。 |
int |
read(byte[] b,
int off,
int len)
データを受け取ります。 |
フィールドの詳細 |
public static final byte PROPERTY
public static final byte RESOURCE
public static final byte MAIN
public static final byte DATA
public static final byte END
メソッドの詳細 |
public void next() throws IOException
IOException
public byte getType() throws IOException
IOException
public String getName() throws IOException
IOException
public String getValue() throws IOException
IOException
public String getURI() throws IOException
IOException
public String getMimeType() throws IOException
IOException
public String getEncoding() throws IOException
IOException
public int read(byte[] b, int off, int len) throws IOException
b
- バイト列バッファ。off
- 受け取ったデータの書き込み開始位置。len
- 受け取るデータの最大長さ。
IOException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |