Class BasicResponseHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String handleEntity​(HttpEntity entity)
      Returns the entity as a body as a String.
      java.lang.String handleResponse​(HttpResponse response)
      Read the entity from the response body and pass it to the entity handler method if the response was successful (a 2xx status code).
      • Methods inherited from class java.lang.Object

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

      • BasicResponseHandler

        public BasicResponseHandler()