public static class Http2StreamHandling.OpenReceivingDataFirst extends Http2StreamHandling.ReceivingDataWithBuffer implements scala.Product, java.io.Serializable
| Constructor and Description | 
|---|
| OpenReceivingDataFirst(Http2StreamHandling.IncomingStreamBuffer buffer,
                      int extraInitialWindow) | 
| Modifier and Type | Method and Description | 
|---|---|
| Http2StreamHandling.IncomingStreamBuffer | buffer() | 
| int | extraInitialWindow() | 
| Http2StreamHandling.StreamState | handleOutgoingCreated(Http2StreamHandling.OutStream outStream,
                     scala.collection.immutable.Map<AttributeKey<?>,java.lang.Object> correlationAttributes)Called when we receive a user-created stream (that is open for more data) | 
| Http2StreamHandling.StreamState | handleOutgoingCreatedAndFinished(scala.collection.immutable.Map<AttributeKey<?>,java.lang.Object> correlationAttributes)Called when we receive a user-created stream that is already closed | 
| Http2StreamHandling.StreamState | handleOutgoingEnded() | 
| Http2StreamHandling.StreamState | incrementWindow(int delta) | 
afterBufferEvent, incomingStreamPulled, onDataFrame, onRstStreamFrame, onTrailer, shutdownhandledispatchStream, expectIncomingStream, handleOutgoingFailed, pullNextFrame, receivedUnexpectedFrame, stateNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic OpenReceivingDataFirst(Http2StreamHandling.IncomingStreamBuffer buffer, int extraInitialWindow)
public Http2StreamHandling.IncomingStreamBuffer buffer()
buffer in class Http2StreamHandling.ReceivingDataWithBufferpublic int extraInitialWindow()
public Http2StreamHandling.StreamState handleOutgoingCreated(Http2StreamHandling.OutStream outStream, scala.collection.immutable.Map<AttributeKey<?>,java.lang.Object> correlationAttributes)
Http2StreamHandling.StreamStatehandleOutgoingCreated in class Http2StreamHandling.StreamStatepublic Http2StreamHandling.StreamState handleOutgoingCreatedAndFinished(scala.collection.immutable.Map<AttributeKey<?>,java.lang.Object> correlationAttributes)
Http2StreamHandling.StreamStatehandleOutgoingCreatedAndFinished in class Http2StreamHandling.StreamStatepublic Http2StreamHandling.StreamState handleOutgoingEnded()
handleOutgoingEnded in class Http2StreamHandling.StreamStatepublic Http2StreamHandling.StreamState incrementWindow(int delta)
incrementWindow in class Http2StreamHandling.ReceivingDataWithBuffer