Class HttpClientHelpers.AbstractBasicResponseConsumer<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.apache.http.HttpResponse response  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void onContentReceived​(org.apache.http.nio.ContentDecoder decoder, org.apache.http.nio.IOControl ioctrl)  
      protected void onEntityEnclosed​(org.apache.http.HttpEntity entity, org.apache.http.entity.ContentType contentType)  
      protected void onResponseReceived​(org.apache.http.HttpResponse response)  
      protected void releaseResources()  
      • Methods inherited from class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer

        buildResult, cancel, close, consumeContent, failed, getException, getResult, isDone, onClose, responseCompleted, responseReceived
      • Methods inherited from class java.lang.Object

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

      • response

        protected volatile org.apache.http.HttpResponse response
    • Constructor Detail

      • AbstractBasicResponseConsumer

        public AbstractBasicResponseConsumer()
    • Method Detail

      • onResponseReceived

        protected void onResponseReceived​(org.apache.http.HttpResponse response)
                                   throws java.io.IOException
        Specified by:
        onResponseReceived in class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer<T>
        Throws:
        java.io.IOException
      • onEntityEnclosed

        protected void onEntityEnclosed​(org.apache.http.HttpEntity entity,
                                        org.apache.http.entity.ContentType contentType)
                                 throws java.io.IOException
        Specified by:
        onEntityEnclosed in class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer<T>
        Throws:
        java.io.IOException
      • onContentReceived

        protected void onContentReceived​(org.apache.http.nio.ContentDecoder decoder,
                                         org.apache.http.nio.IOControl ioctrl)
                                  throws java.io.IOException
        Specified by:
        onContentReceived in class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer<T>
        Throws:
        java.io.IOException
      • releaseResources

        protected void releaseResources()
        Specified by:
        releaseResources in class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer<T>