Class Http2StreamHandling.HalfClosedRemoteWaitingForOutgoingStream
java.lang.Object
org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.StreamState
org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.HalfClosedRemoteWaitingForOutgoingStream
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- Enclosing interface:
- Http2StreamHandling
public static class Http2StreamHandling.HalfClosedRemoteWaitingForOutgoingStream
extends Http2StreamHandling.StreamState
implements scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninthandleOutgoingCreated(Http2StreamHandling.OutStream outStream, scala.collection.immutable.Map<AttributeKey<?>, Object> correlationAttributes) Called when we receive a user-created stream (that is open for more data)handleOutgoingCreatedAndFinished(scala.collection.immutable.Map<AttributeKey<?>, Object> correlationAttributes) Called when we receive a user-created stream that is already closedMethods inherited from class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.StreamState
dispatchStream, expectIncomingStream, handleOutgoingEnded, 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 scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
HalfClosedRemoteWaitingForOutgoingStream
public HalfClosedRemoteWaitingForOutgoingStream(int extraInitialWindow)
-
-
Method Details
-
extraInitialWindow
public int extraInitialWindow() -
handle
- Specified by:
handlein classHttp2StreamHandling.StreamState
-
handleOutgoingCreated
public Http2StreamHandling.StreamState handleOutgoingCreated(Http2StreamHandling.OutStream outStream, scala.collection.immutable.Map<AttributeKey<?>, Object> correlationAttributes) Description copied from class:Http2StreamHandling.StreamStateCalled when we receive a user-created stream (that is open for more data)- Overrides:
handleOutgoingCreatedin classHttp2StreamHandling.StreamState
-
handleOutgoingCreatedAndFinished
public Http2StreamHandling.StreamState handleOutgoingCreatedAndFinished(scala.collection.immutable.Map<AttributeKey<?>, Object> correlationAttributes) Description copied from class:Http2StreamHandling.StreamStateCalled when we receive a user-created stream that is already closed- Overrides:
handleOutgoingCreatedAndFinishedin classHttp2StreamHandling.StreamState
-