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, shutdown
handle
dispatchStream, expectIncomingStream, handleOutgoingFailed, pullNextFrame, receivedUnexpectedFrame, stateName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public OpenReceivingDataFirst(Http2StreamHandling.IncomingStreamBuffer buffer, int extraInitialWindow)
public Http2StreamHandling.IncomingStreamBuffer buffer()
buffer
in class Http2StreamHandling.ReceivingDataWithBuffer
public int extraInitialWindow()
public Http2StreamHandling.StreamState handleOutgoingCreated(Http2StreamHandling.OutStream outStream, scala.collection.immutable.Map<AttributeKey<?>,java.lang.Object> correlationAttributes)
Http2StreamHandling.StreamState
handleOutgoingCreated
in class Http2StreamHandling.StreamState
public Http2StreamHandling.StreamState handleOutgoingCreatedAndFinished(scala.collection.immutable.Map<AttributeKey<?>,java.lang.Object> correlationAttributes)
Http2StreamHandling.StreamState
handleOutgoingCreatedAndFinished
in class Http2StreamHandling.StreamState
public Http2StreamHandling.StreamState handleOutgoingEnded()
handleOutgoingEnded
in class Http2StreamHandling.StreamState
public Http2StreamHandling.StreamState incrementWindow(int delta)
incrementWindow
in class Http2StreamHandling.ReceivingDataWithBuffer