Class ApacheHttpClientDelegate.BodyResponseHandler

  • All Implemented Interfaces:
    org.apache.http.client.ResponseHandler<String>
    Enclosing class:
    ApacheHttpClientDelegate

    public static class ApacheHttpClientDelegate.BodyResponseHandler
    extends Object
    implements org.apache.http.client.ResponseHandler<String>
    • Constructor Detail

      • BodyResponseHandler

        public BodyResponseHandler()
    • Method Detail

      • handleResponse

        public String handleResponse​(org.apache.http.HttpResponse response)
                              throws IOException
        Specified by:
        handleResponse in interface org.apache.http.client.ResponseHandler<String>
        Throws:
        IOException