Class EpssResponseHandler

  • All Implemented Interfaces:
    org.apache.hc.core5.http.io.HttpClientResponseHandler<java.util.List<EpssItem>>

    public class EpssResponseHandler
    extends org.apache.hc.client5.http.impl.classic.AbstractHttpClientResponseHandler<java.util.List<EpssItem>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<EpssItem> handleEntity​(org.apache.hc.core5.http.HttpEntity entity)  
      java.util.List<EpssItem> handleResponse​(org.apache.hc.core5.http.ClassicHttpResponse response)  
      • Methods inherited from class java.lang.Object

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

      • EpssResponseHandler

        public EpssResponseHandler()
    • Method Detail

      • handleResponse

        public java.util.List<EpssItem> handleResponse​(org.apache.hc.core5.http.ClassicHttpResponse response)
                                                throws java.io.IOException
        Specified by:
        handleResponse in interface org.apache.hc.core5.http.io.HttpClientResponseHandler<java.util.List<EpssItem>>
        Overrides:
        handleResponse in class org.apache.hc.client5.http.impl.classic.AbstractHttpClientResponseHandler<java.util.List<EpssItem>>
        Throws:
        java.io.IOException
      • handleEntity

        public java.util.List<EpssItem> handleEntity​(org.apache.hc.core5.http.HttpEntity entity)
                                              throws java.io.IOException
        Specified by:
        handleEntity in class org.apache.hc.client5.http.impl.classic.AbstractHttpClientResponseHandler<java.util.List<EpssItem>>
        Throws:
        java.io.IOException