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 Summary
ConstructorsConstructorDescriptionIncomingStreamBuffer
(int streamId, org.apache.pekko.stream.stage.GraphStageLogic.SubSourceOutlet<Object> outlet) -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
isDone()
void
void
onDownstreamFinish
(Throwable cause) void
onPull()
void
void
void
shutdown()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.pekko.stream.stage.OutHandler
onDownstreamFinish
-
Constructor Details
-
IncomingStreamBuffer
public IncomingStreamBuffer(int streamId, org.apache.pekko.stream.stage.GraphStageLogic.SubSourceOutlet<Object> outlet)
-
-
Method Details
-
dispatchNextChunk
public void dispatchNextChunk() -
isDone
public boolean isDone() -
onDataFrame
-
onDownstreamFinish
- Specified by:
onDownstreamFinish
in interfaceorg.apache.pekko.stream.stage.OutHandler
-
onPull
public void onPull()- Specified by:
onPull
in interfaceorg.apache.pekko.stream.stage.OutHandler
-
onRstStreamFrame
-
onTrailingHeaders
-
shutdown
public void shutdown()
-