public class BasicPushProducer extends Object implements AsyncPushProducer
AsyncPushProducer that produces one fixed response
and relies on a AsyncEntityProducer to generate response entity stream.| 构造器和说明 |
|---|
BasicPushProducer(AsyncEntityProducer dataProducer) |
BasicPushProducer(HttpResponse response,
AsyncEntityProducer dataProducer) |
BasicPushProducer(int code,
AsyncEntityProducer dataProducer) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
available()
Returns the number of bytes immediately available for output.
|
void |
failed(Exception cause)
Triggered to signal a failure in data generation.
|
void |
produce(DataStreamChannel channel)
Triggered to signal the ability of the underlying data channel
to accept more data.
|
void |
produceResponse(ResponseChannel channel,
HttpContext httpContext)
Triggered to signal the ability of the underlying response channel
to accept response messages.
|
void |
releaseResources() |
public BasicPushProducer(HttpResponse response, AsyncEntityProducer dataProducer)
public BasicPushProducer(int code,
AsyncEntityProducer dataProducer)
public BasicPushProducer(AsyncEntityProducer dataProducer)
public void produceResponse(ResponseChannel channel, HttpContext httpContext) throws HttpException, IOException
AsyncPushProducerproduceResponse 在接口中 AsyncPushProducerchannel - the response channel capable to accepting response messages.httpContext - the actual execution context.HttpExceptionIOExceptionpublic int available()
AsyncDataProduceravailable 在接口中 AsyncDataProducerpublic void produce(DataStreamChannel channel) throws IOException
AsyncDataProducerproduce 在接口中 AsyncDataProducerchannel - the data channel capable to accepting more data.IOExceptionpublic void failed(Exception cause)
AsyncPushProducerfailed 在接口中 AsyncPushProducercause - the cause of the failure.public void releaseResources()
releaseResources 在接口中 ResourceHolderCopyright © 2023. All rights reserved.