public static class Http2StreamHandling.HalfClosedRemoteWaitingForOutgoingStream extends Http2StreamHandling.StreamState implements scala.Product, java.io.Serializable
Constructor and Description |
---|
HalfClosedRemoteWaitingForOutgoingStream(int extraInitialWindow) |
Modifier and Type | Method and Description |
---|---|
int |
extraInitialWindow() |
Http2StreamHandling.StreamState |
handle(FrameEvent.StreamFrameEvent event) |
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
|
dispatchStream, expectIncomingStream, handleOutgoingEnded, handleOutgoingFailed, incomingStreamPulled, pullNextFrame, receivedUnexpectedFrame, shutdown, stateName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HalfClosedRemoteWaitingForOutgoingStream(int extraInitialWindow)
public int extraInitialWindow()
public Http2StreamHandling.StreamState handle(FrameEvent.StreamFrameEvent event)
handle
in class Http2StreamHandling.StreamState
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