Package akka.http.impl.engine.http2
Class Http2StreamHandling.HalfClosedLocalWaitingForPeerStream
- java.lang.Object
-
- akka.http.impl.engine.http2.Http2StreamHandling.StreamState
-
- akka.http.impl.engine.http2.Http2StreamHandling.HalfClosedLocalWaitingForPeerStream
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing interface:
- Http2StreamHandling
public static class Http2StreamHandling.HalfClosedLocalWaitingForPeerStream extends Http2StreamHandling.StreamState implements scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HalfClosedLocalWaitingForPeerStream(scala.collection.immutable.Map<AttributeKey<?>,java.lang.Object> correlationAttributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.collection.immutable.Map<AttributeKey<?>,java.lang.Object>
correlationAttributes()
Http2StreamHandling.StreamState
handle(FrameEvent.StreamFrameEvent event)
-
Methods inherited from class akka.http.impl.engine.http2.Http2StreamHandling.StreamState
dispatchStream, expectIncomingStream, handleOutgoingCreated, handleOutgoingCreatedAndFinished, handleOutgoingEnded, handleOutgoingFailed, incomingStreamPulled, pullNextFrame, receivedUnexpectedFrame, shutdown, stateName
-
-
-
-
Constructor Detail
-
HalfClosedLocalWaitingForPeerStream
public HalfClosedLocalWaitingForPeerStream(scala.collection.immutable.Map<AttributeKey<?>,java.lang.Object> correlationAttributes)
-
-
Method Detail
-
correlationAttributes
public scala.collection.immutable.Map<AttributeKey<?>,java.lang.Object> correlationAttributes()
-
handle
public Http2StreamHandling.StreamState handle(FrameEvent.StreamFrameEvent event)
- Specified by:
handle
in classHttp2StreamHandling.StreamState
-
-