Class ContentResponseHandler

java.lang.Object
org.apache.http.impl.client.AbstractResponseHandler<Content>
org.apache.http.client.fluent.ContentResponseHandler
All Implemented Interfaces:
org.apache.http.client.ResponseHandler<Content>

public class ContentResponseHandler extends org.apache.http.impl.client.AbstractResponseHandler<Content>
ResponseHandler implementation that converts HttpResponse messages to Content instances.
Since:
4.4
See Also:
  • Constructor Details

    • ContentResponseHandler

      public ContentResponseHandler()
  • Method Details

    • handleEntity

      public Content handleEntity(org.apache.http.HttpEntity entity) throws IOException
      Specified by:
      handleEntity in class org.apache.http.impl.client.AbstractResponseHandler<Content>
      Throws:
      IOException