Class HttpResponse


  • public class HttpResponse
    extends java.lang.Object
    Simple holder for http response object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <V> V readEntity​(java.lang.Class<V> clazz)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • readEntity

        public <V> V readEntity​(java.lang.Class<V> clazz)