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.