|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.ogis_ri.citk.policytool.common.http.HttpResponseWrapper
public class HttpResponseWrapper
HttpResponseのラッパークラス.
| コンストラクタの概要 | |
|---|---|
protected |
HttpResponseWrapper(org.apache.http.HttpResponse httpResponse)
コンストラクタ. |
| メソッドの概要 | |
|---|---|
byte[] |
getContent()
コンテンツをバイト配列で取得する. |
org.apache.http.Header[] |
getHeaders(String name)
指定された名前に対応するHTTPヘッダを取得する. |
org.apache.http.HttpResponse |
getHttpResponse()
HttpResponseオブジェクトを取得する. |
int |
getHttpStatusCode()
HTTPステータスコードを取得する. |
String |
getProtocolVersion()
プロトコルバージョンを取得する. |
String |
getReasonPhrase()
HTTPステータスコードの詳細文字列を取得する. |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
protected HttpResponseWrapper(org.apache.http.HttpResponse httpResponse)
httpResponse - HttpResponse.| メソッドの詳細 |
|---|
public byte[] getContent()
public org.apache.http.HttpResponse getHttpResponse()
public String getProtocolVersion()
public int getHttpStatusCode()
public String getReasonPhrase()
public org.apache.http.Header[] getHeaders(String name)
name - ヘッダの名前.
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||