Class Http2StreamHandling.OpenSendingData
java.lang.Object
org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.StreamState
org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OpenSendingData
- All Implemented Interfaces:
Serializable,Http2StreamHandling.Sending,scala.Equals,scala.Product
- Enclosing interface:
- Http2StreamHandling
public static class Http2StreamHandling.OpenSendingData
extends Http2StreamHandling.StreamState
implements Http2StreamHandling.Sending, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOpenSendingData(Http2StreamHandling.OutStream outStream, scala.collection.immutable.Map<AttributeKey<?>, Object> correlationAttributes) -
Method Summary
Methods inherited from class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.StreamState
dispatchStream, expectIncomingStream, handleOutgoingCreated, handleOutgoingCreatedAndFinished, handleOutgoingFailed, incomingStreamPulled, pullNextFrame, receivedUnexpectedFrame, shutdown, stateNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.Sending
handleOutgoingFailed, handleWindowUpdate, increaseWindow, pullNextFrame, shutdownMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
OpenSendingData
public OpenSendingData(Http2StreamHandling.OutStream outStream, scala.collection.immutable.Map<AttributeKey<?>, Object> correlationAttributes)
-
-
Method Details
-
outStream
- Specified by:
outStreamin interfaceHttp2StreamHandling.Sending
-
correlationAttributes
-
handle
- Specified by:
handlein classHttp2StreamHandling.StreamState
-
handleOutgoingEnded
- Overrides:
handleOutgoingEndedin classHttp2StreamHandling.StreamState
-