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, stateName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleOutgoingFailed, handleWindowUpdate, increaseWindow, pullNextFrame, shutdown
public OpenSendingData(Http2StreamHandling.OutStream outStream, scala.collection.immutable.Map<AttributeKey<?>,java.lang.Object> correlationAttributes)
public Http2StreamHandling.OutStream outStream()
outStream
in interface Http2StreamHandling.Sending
public scala.collection.immutable.Map<AttributeKey<?>,java.lang.Object> correlationAttributes()
public Http2StreamHandling.StreamState handle(FrameEvent.StreamFrameEvent event)
handle
in class Http2StreamHandling.StreamState
public Http2StreamHandling.StreamState handleOutgoingEnded()
handleOutgoingEnded
in class Http2StreamHandling.StreamState