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
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. Must not be null.


Copyright © 2013 The Transaction Company. All Rights Reserved.