Class Http2StreamHandling.HalfClosedLocalWaitingForPeerStream
java.lang.Object
org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.StreamState
org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.HalfClosedLocalWaitingForPeerStream
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
- Enclosing interface:
- Http2StreamHandling
public static class Http2StreamHandling.HalfClosedLocalWaitingForPeerStream
extends Http2StreamHandling.StreamState
implements scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHalfClosedLocalWaitingForPeerStream
(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, handleOutgoingEnded, handleOutgoingFailed, incomingStreamPulled, pullNextFrame, receivedUnexpectedFrame, shutdown, stateName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
HalfClosedLocalWaitingForPeerStream
public HalfClosedLocalWaitingForPeerStream(scala.collection.immutable.Map<AttributeKey<?>, Object> correlationAttributes)
-
-
Method Details
-
correlationAttributes
-
handle
- Specified by:
handle
in classHttp2StreamHandling.StreamState
-