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 Summary
ConstructorsConstructorDescriptionOpen(Http2StreamHandling.IncomingStreamBuffer buffer, Http2StreamHandling.OutStream outStream) -
Method Summary
Modifier and TypeMethodDescriptionbuffer()incrementWindow(int delta) protected voidonRstStreamFrame(FrameEvent.RstStreamFrame rstStreamFrame) Methods inherited from class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.ReceivingDataWithBuffer
afterBufferEvent, incomingStreamPulled, onDataFrame, onTrailer, shutdownMethods inherited from class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.ReceivingData
handleMethods inherited from class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.StreamState
dispatchStream, expectIncomingStream, handleOutgoingCreated, handleOutgoingCreatedAndFinished, handleOutgoingFailed, pullNextFrame, receivedUnexpectedFrame, stateNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.Sending
handleOutgoingFailed, handleWindowUpdate, increaseWindow, pullNextFrame, shutdownMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
Open
public Open(Http2StreamHandling.IncomingStreamBuffer buffer, Http2StreamHandling.OutStream outStream)
-
-
Method Details
-
buffer
- Specified by:
bufferin classHttp2StreamHandling.ReceivingDataWithBuffer
-
outStream
- Specified by:
outStreamin interfaceHttp2StreamHandling.Sending
-
handleOutgoingEnded
- Overrides:
handleOutgoingEndedin classHttp2StreamHandling.StreamState
-
onRstStreamFrame
- Overrides:
onRstStreamFramein classHttp2StreamHandling.ReceivingDataWithBuffer
-
incrementWindow
- Specified by:
incrementWindowin classHttp2StreamHandling.ReceivingDataWithBuffer
-