Class 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:
    Content
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Content handleEntity​(org.apache.http.HttpEntity entity)  
      • Methods inherited from class org.apache.http.impl.client.AbstractResponseHandler

        handleResponse
      • Methods inherited from class java.lang.Object

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

      • ContentResponseHandler

        public ContentResponseHandler()
    • Method Detail

      • handleEntity

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