Class HttpClientResponseImpl

    • Method Detail

      • getHttpInputStream

        public java.io.InputStream getHttpInputStream​()
        Retrieves the InputStream from the HTTP InputStream property.
        Specified by:
        getHttpInputStream in interface HttpInputStreamAccessor
        Returns:
        The InputStream stored by the InputStream property.
      • getHttpBody

        public java.lang.String getHttpBody​()
        Retrieves the HTTP body from the HTTP body property.
        Specified by:
        getHttpBody in interface HttpBodyAccessor
        Returns:
        The HTTP body stored by the HTTP body property.
      • toString

        public java.lang.String toString​()
        Overrides:
        toString in class java.lang.Object