Class Http2StreamHandling.Open
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
org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.Open
- All Implemented Interfaces:
- Serializable,- Http2StreamHandling.Sending,- scala.Equals,- scala.Product
- Enclosing interface:
- Http2StreamHandling
public static class Http2StreamHandling.Open
extends Http2StreamHandling.ReceivingDataWithBuffer
implements Http2StreamHandling.Sending, scala.Product, Serializable
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionOpen(Http2StreamHandling.IncomingStreamBuffer buffer, Http2StreamHandling.OutStream outStream) 
- 
Method SummaryModifier and TypeMethodDescriptionbuffer()incrementWindow(int delta) protected voidonRstStreamFrame(FrameEvent.RstStreamFrame rstStreamFrame) Methods inherited from class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.ReceivingDataWithBufferafterBufferEvent, incomingStreamPulled, onDataFrame, onTrailer, shutdownMethods 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, handleOutgoingFailed, pullNextFrame, receivedUnexpectedFrame, stateNameMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.SendinghandleOutgoingFailed, handleWindowUpdate, increaseWindow, pullNextFrame, shutdownMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
Openpublic Open(Http2StreamHandling.IncomingStreamBuffer buffer, Http2StreamHandling.OutStream outStream) 
 
- 
- 
Method Details- 
buffer- Specified by:
- bufferin class- Http2StreamHandling.ReceivingDataWithBuffer
 
- 
outStream- Specified by:
- outStreamin interface- Http2StreamHandling.Sending
 
- 
handleOutgoingEnded- Overrides:
- handleOutgoingEndedin class- Http2StreamHandling.StreamState
 
- 
onRstStreamFrame- Overrides:
- onRstStreamFramein class- Http2StreamHandling.ReceivingDataWithBuffer
 
- 
incrementWindow- Specified by:
- incrementWindowin class- Http2StreamHandling.ReceivingDataWithBuffer
 
 
-