com.thetransactioncompany.jsonrpc2.client
Interface RawResponseInspector


public interface RawResponseInspector

Interface allowing for inspection of the raw HTTP response to a JSON-RPC 2.0 request or notification. Can be used to retrieve the unparsed response content and headers.

Since:
1.6
Version:
1.7 (2011-08-23)
Author:
Vladimir Dzhuvinov

Method Summary
 void inspect(RawResponse rawResponse)
          Allows for inspection of the specified raw HTTP response to a JSON-RPC 2.0 request or nofitication.
 

Method Detail

inspect

void inspect(RawResponse rawResponse)
Allows for inspection of the specified raw HTTP response to a JSON-RPC 2.0 request or nofitication.

Parameters:
rawResponse - The raw HTTP response.


Copyright © 2010 - 2012 Vladimir Dzhuvinov. All Rights Reserved.