public abstract class AbstractBinPushConsumer
extends org.apache.hc.core5.http.nio.entity.AbstractBinDataConsumer
implements org.apache.hc.core5.http.nio.AsyncPushConsumer
| Constructor and Description | 
|---|
| AbstractBinPushConsumer() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | consumePromise(org.apache.hc.core5.http.HttpRequest promise,
              org.apache.hc.core5.http.HttpResponse response,
              org.apache.hc.core5.http.EntityDetails entityDetails,
              org.apache.hc.core5.http.protocol.HttpContext context) | 
| void | failed(Exception cause) | 
| protected abstract void | start(org.apache.hc.core5.http.HttpRequest promise,
     org.apache.hc.core5.http.HttpResponse response,
     org.apache.hc.core5.http.ContentType contentType)Triggered to signal the beginning of response processing. | 
capacityIncrement, completed, consume, data, streamEnd, updateCapacityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected abstract void start(org.apache.hc.core5.http.HttpRequest promise,
         org.apache.hc.core5.http.HttpResponse response,
         org.apache.hc.core5.http.ContentType contentType)
                       throws org.apache.hc.core5.http.HttpException,
                              IOException
response - the response message headcontentType - the content type of the response body,
                    or null if the response does not enclose a response entity.org.apache.hc.core5.http.HttpExceptionIOExceptionpublic final void consumePromise(org.apache.hc.core5.http.HttpRequest promise,
                  org.apache.hc.core5.http.HttpResponse response,
                  org.apache.hc.core5.http.EntityDetails entityDetails,
                  org.apache.hc.core5.http.protocol.HttpContext context)
                          throws org.apache.hc.core5.http.HttpException,
                                 IOException
consumePromise in interface org.apache.hc.core5.http.nio.AsyncPushConsumerorg.apache.hc.core5.http.HttpExceptionIOExceptionpublic void failed(Exception cause)
failed in interface org.apache.hc.core5.http.nio.AsyncPushConsumerCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.