Class Http2StreamHandling.IncomingStreamBuffer
java.lang.Object
org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.IncomingStreamBuffer
- All Implemented Interfaces:
- org.apache.pekko.stream.stage.OutHandler
- Enclosing interface:
- Http2StreamHandling
public static class Http2StreamHandling.IncomingStreamBuffer
extends Object
implements org.apache.pekko.stream.stage.OutHandler
- 
Constructor SummaryConstructorsConstructorDescriptionIncomingStreamBuffer(int streamId, org.apache.pekko.stream.stage.GraphStageLogic.SubSourceOutlet<Object> outlet) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidbooleanisDone()voidvoidonDownstreamFinish(Throwable cause) voidonPull()voidvoidvoidshutdown()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.stream.stage.OutHandleronDownstreamFinish
- 
Constructor Details- 
IncomingStreamBufferpublic IncomingStreamBuffer(int streamId, org.apache.pekko.stream.stage.GraphStageLogic.SubSourceOutlet<Object> outlet) 
 
- 
- 
Method Details- 
dispatchNextChunkpublic void dispatchNextChunk()
- 
isDonepublic boolean isDone()
- 
onDataFrame
- 
onDownstreamFinish- Specified by:
- onDownstreamFinishin interface- org.apache.pekko.stream.stage.OutHandler
 
- 
onPullpublic void onPull()- Specified by:
- onPullin interface- org.apache.pekko.stream.stage.OutHandler
 
- 
onRstStreamFrame
- 
onTrailingHeaders
- 
shutdownpublic void shutdown()
 
-