Class JsonResponseHandler

  • All Implemented Interfaces:
    org.apache.hc.core5.http.io.HttpClientResponseHandler<java.lang.Object>

    public class JsonResponseHandler
    extends java.lang.Object
    implements org.apache.hc.core5.http.io.HttpClientResponseHandler<java.lang.Object>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object handleResponse​(org.apache.hc.core5.http.ClassicHttpResponse response)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JsonResponseHandler

        public JsonResponseHandler()
    • Method Detail

      • handleResponse

        public java.lang.Object handleResponse​(org.apache.hc.core5.http.ClassicHttpResponse response)
                                        throws java.io.IOException
        Specified by:
        handleResponse in interface org.apache.hc.core5.http.io.HttpClientResponseHandler<java.lang.Object>
        Throws:
        java.io.IOException