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, stateNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic HalfClosedRemoteWaitingForOutgoingStream(int extraInitialWindow)
public int extraInitialWindow()
public Http2StreamHandling.StreamState handle(FrameEvent.StreamFrameEvent event)
handle in class Http2StreamHandling.StreamStatepublic 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.StreamState