Class Http2StreamHandling.ReceivingDataWithBuffer
java.lang.Object
org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.StreamState
org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.ReceivingData
org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.ReceivingDataWithBuffer
- Direct Known Subclasses:
- Http2StreamHandling.HalfClosedLocal,- Http2StreamHandling.Open,- Http2StreamHandling.OpenReceivingDataFirst
- Enclosing interface:
- Http2StreamHandling
public abstract static class Http2StreamHandling.ReceivingDataWithBuffer
extends Http2StreamHandling.ReceivingData
- 
Constructor SummaryConstructorsConstructorDescriptionReceivingDataWithBuffer(Http2StreamHandling.StreamState afterEndStreamReceived) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected abstract Http2StreamHandling.IncomingStreamBufferbuffer()abstract Http2StreamHandling.StreamStateincrementWindow(int delta) protected Http2StreamHandling.StreamStateonDataFrame(FrameEvent.DataFrame dataFrame) protected voidonRstStreamFrame(FrameEvent.RstStreamFrame rstStreamFrame) protected Http2StreamHandling.StreamStateonTrailer(FrameEvent.ParsedHeadersFrame parsedHeadersFrame) voidshutdown()Called to cleanup any state when the connection is torn downMethods inherited from class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.ReceivingDatahandleMethods inherited from class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.StreamStatedispatchStream, expectIncomingStream, handleOutgoingCreated, handleOutgoingCreatedAndFinished, handleOutgoingEnded, handleOutgoingFailed, pullNextFrame, receivedUnexpectedFrame, stateName
- 
Constructor Details- 
ReceivingDataWithBuffer
 
- 
- 
Method Details- 
afterBufferEvent
- 
buffer
- 
incomingStreamPulled- Overrides:
- incomingStreamPulledin class- Http2StreamHandling.StreamState
 
- 
incrementWindow- Specified by:
- incrementWindowin class- Http2StreamHandling.ReceivingData
 
- 
onDataFrame- Specified by:
- onDataFramein class- Http2StreamHandling.ReceivingData
 
- 
onRstStreamFrame- Specified by:
- onRstStreamFramein class- Http2StreamHandling.ReceivingData
 
- 
onTrailerprotected Http2StreamHandling.StreamState onTrailer(FrameEvent.ParsedHeadersFrame parsedHeadersFrame) - Specified by:
- onTrailerin class- Http2StreamHandling.ReceivingData
 
- 
shutdownpublic void shutdown()Description copied from class:Http2StreamHandling.StreamStateCalled to cleanup any state when the connection is torn down- Overrides:
- shutdownin class- Http2StreamHandling.StreamState
 
 
-