public final class StreamEntityProducer extends Object implements AsyncEntityProducer
| 构造器和说明 |
|---|
StreamEntityProducer(InputStream inputstream) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
available()
Returns the number of bytes immediately available for output.
|
void |
failed(Exception e)
Triggered to signal a failure in data generation.
|
String |
getContentEncoding()
Returns content encoding of the entity, if known.
|
long |
getContentLength()
Returns length of the entity, if known.
|
String |
getContentType()
Returns content type of the entity, if known.
|
Set<String> |
getTrailerNames()
Preliminary declaration of trailing headers.
|
boolean |
isChunked()
Returns chunked transfer hint for this entity.
|
boolean |
isRepeatable()
Determines whether the producer can consistently produce the same content
after invocation of
ResourceHolder.releaseResources(). |
void |
produce(DataStreamChannel dataStreamChannel)
Triggered to signal the ability of the underlying data channel
to accept more data.
|
void |
releaseResources() |
public StreamEntityProducer(InputStream inputstream)
public boolean isRepeatable()
AsyncEntityProducerResourceHolder.releaseResources().isRepeatable 在接口中 AsyncEntityProducerpublic void failed(Exception e)
AsyncEntityProducerfailed 在接口中 AsyncEntityProducere - the cause of the failure.public long getContentLength()
EntityDetailsgetContentLength 在接口中 EntityDetailspublic String getContentType()
EntityDetailsgetContentType 在接口中 EntityDetailspublic String getContentEncoding()
EntityDetailsgetContentEncoding 在接口中 EntityDetailspublic boolean isChunked()
EntityDetailsThe behavior of wrapping entities is implementation dependent, but should respect the primary purpose.
isChunked 在接口中 EntityDetailspublic Set<String> getTrailerNames()
EntityDetailsgetTrailerNames 在接口中 EntityDetailspublic int available()
AsyncDataProduceravailable 在接口中 AsyncDataProducerpublic void produce(DataStreamChannel dataStreamChannel) throws IOException
AsyncDataProducerproduce 在接口中 AsyncDataProducerdataStreamChannel - the data channel capable to accepting more data.IOExceptionpublic void releaseResources()
releaseResources 在接口中 ResourceHolderCopyright © 2023. All rights reserved.