Class BufferedOutlet<T>
java.lang.Object
org.apache.pekko.http.impl.engine.http2.BufferedOutlet<T>
- All Implemented Interfaces:
- org.apache.pekko.stream.stage.OutHandler
INTERNAL API
- 
Constructor Details- 
BufferedOutlet
 
- 
- 
Method Details- 
buffer
- 
completepublic void complete()
- 
completedpublic boolean completed()
- 
doPushoverride to hook into actually pushing, e.g. to keep track how much has been pushed already (in contract, to being still cached)- Parameters:
- elem- (undocumented)
 
- 
fail
- 
onPullpublic void onPull()- Specified by:
- onPullin interface- org.apache.pekko.stream.stage.OutHandler
 
- 
push
- 
tryFlushpublic void tryFlush()
 
-