HttpResponse
HttpResponse
&reftitle.classsynopsis;
HttpResponse
HttpResponse
クラスのメンバ
&reftitle.properties;
静的なプロパティ
アクセス範囲
型
名前
説明
protected
boolean
cache
レスポンスのキャッシュを試みるかどうか。
protected
boolean
gzip
送信するエンティティをその場で gzip するかどうか。
protected
string
eTag
生成された、あるいは独自の ETag。
protected
integer
lastModified
生成された、あるいは独自の最終更新タイムスタンプ。
protected
string
cacheControl
Cache-Control の設定。
protected
string
contentType
送信したエンティティの Content-Type。
protected
string
contentDisposition
送信したエンティティの Content-Disposition。
protected
integer
bufferSize
抑止処理に使用するチャンクバッファサイズ。
protected
double
throttleDelay
抑止処理の遅延秒数。
&reftitle.constants;
型
名前
説明
integer
REDIRECT
適切なリダイレクト方法を判別する。
integer
REDIRECT_PERM
完全なリダイレクト (301 Moved permanently)。
integer
REDIRECT_FOUND
標準のリダイレクト (302 Found)。
integer
REDIRECT_POST
POST リクエストに対するリダイレクト (303 See other)。
integer
REDIRECT_PROXY
プロキシリダイレクト (305 Use proxy)。
integer
REDIRECT_TEMP
一時的なリダイレクト (307 Temporary Redirect)。
&reference.http.entities.HttpResponse;