パッケージ org.codelibs.curl
クラス CurlRequest.RequestProcessor
- java.lang.Object
-
- org.codelibs.curl.CurlRequest.RequestProcessor
-
- すべての実装されたインタフェース:
Consumer<HttpURLConnection>
- 含まれているクラス:
- CurlRequest
public static class CurlRequest.RequestProcessor extends Object implements Consumer<HttpURLConnection>
-
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 protected CurlResponseresponse
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 RequestProcessor(String encoding, int threshold)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 voidaccept(HttpURLConnection con)CurlResponsegetResponse()
-
-
-
フィールドの詳細
-
response
protected CurlResponse response
-
-
コンストラクタの詳細
-
RequestProcessor
public RequestProcessor(String encoding, int threshold)
-
-
メソッドの詳細
-
getResponse
public CurlResponse getResponse()
-
accept
public void accept(HttpURLConnection con)
- 定義:
acceptインタフェース内Consumer<HttpURLConnection>
-
-