public static class Http2StreamHandling.OpenSendingData extends Http2StreamHandling.StreamState implements Http2StreamHandling.Sending, scala.Product, java.io.Serializable
| Constructor and Description | 
|---|
| OpenSendingData(Http2StreamHandling.OutStream outStream,
               scala.collection.immutable.Map<AttributeKey<?>,java.lang.Object> correlationAttributes) | 
| Modifier and Type | Method and Description | 
|---|---|
| scala.collection.immutable.Map<AttributeKey<?>,java.lang.Object> | correlationAttributes() | 
| Http2StreamHandling.StreamState | handle(FrameEvent.StreamFrameEvent event) | 
| Http2StreamHandling.StreamState | handleOutgoingEnded() | 
| Http2StreamHandling.OutStream | outStream() | 
dispatchStream, expectIncomingStream, handleOutgoingCreated, handleOutgoingCreatedAndFinished, handleOutgoingFailed, incomingStreamPulled, pullNextFrame, receivedUnexpectedFrame, shutdown, stateNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleOutgoingFailed, handleWindowUpdate, increaseWindow, pullNextFrame, shutdownpublic OpenSendingData(Http2StreamHandling.OutStream outStream, scala.collection.immutable.Map<AttributeKey<?>,java.lang.Object> correlationAttributes)
public Http2StreamHandling.OutStream outStream()
outStream in interface Http2StreamHandling.Sendingpublic scala.collection.immutable.Map<AttributeKey<?>,java.lang.Object> correlationAttributes()
public Http2StreamHandling.StreamState handle(FrameEvent.StreamFrameEvent event)
handle in class Http2StreamHandling.StreamStatepublic Http2StreamHandling.StreamState handleOutgoingEnded()
handleOutgoingEnded in class Http2StreamHandling.StreamState