Interface ResponseProcessor

All Known Implementing Classes:
ContentResponseProcessor, DefaultResponseProcessor, InputStreamResponseProcessor, NoContentResponseProcessor

public interface ResponseProcessor
  • Method Summary

    Modifier and Type Method Description
    <T> Result<T> process​(int status, org.apache.http.Header[] headers, java.io.InputStream inputStream, com.fasterxml.jackson.core.type.TypeReference<T> typeReference)  
  • Method Details

    • process

      <T> Result<T> process​(int status, org.apache.http.Header[] headers, java.io.InputStream inputStream, com.fasterxml.jackson.core.type.TypeReference<T> typeReference) throws java.io.IOException
      Throws:
      java.io.IOException