T
- The output of this response parser.public interface HttpResponseParser<T>
修飾子とタイプ | メソッドと説明 |
---|---|
T |
parse(HttpResponse response)
Accepts an HTTP response object, and returns an object of type T.
|
T parse(HttpResponse response) throws java.lang.Exception
HttpResponse
に保持された応答情報を解析します。response
- The HTTP response to parse, as received from an NIFCLOUD service.
HTTP応答内容java.lang.Exception