Package akka.http.impl.engine.http2
Class Http2StreamHandling.HalfClosedRemoteWaitingForOutgoingStream
- java.lang.Object
-
- akka.http.impl.engine.http2.Http2StreamHandling.StreamState
-
- akka.http.impl.engine.http2.Http2StreamHandling.HalfClosedRemoteWaitingForOutgoingStream
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing interface:
- Http2StreamHandling
public static class Http2StreamHandling.HalfClosedRemoteWaitingForOutgoingStream extends Http2StreamHandling.StreamState implements scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HalfClosedRemoteWaitingForOutgoingStream(int extraInitialWindow)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
extraInitialWindow()
Http2StreamHandling.StreamState
handle(FrameEvent.StreamFrameEvent event)
Http2StreamHandling.StreamState
handleOutgoingCreated(Http2StreamHandling.OutStream outStream, scala.collection.immutable.Map<AttributeKey<?>,java.lang.Object> correlationAttributes)
Called when we receive a user-created stream (that is open for more data)Http2StreamHandling.StreamState
handleOutgoingCreatedAndFinished(scala.collection.immutable.Map<AttributeKey<?>,java.lang.Object> correlationAttributes)
Called when we receive a user-created stream that is already closed-
Methods inherited from class akka.http.impl.engine.http2.Http2StreamHandling.StreamState
dispatchStream, expectIncomingStream, handleOutgoingEnded, handleOutgoingFailed, incomingStreamPulled, pullNextFrame, receivedUnexpectedFrame, shutdown, stateName
-
-
-
-
Method Detail
-
extraInitialWindow
public int extraInitialWindow()
-
handle
public Http2StreamHandling.StreamState handle(FrameEvent.StreamFrameEvent event)
- Specified by:
handle
in classHttp2StreamHandling.StreamState
-
handleOutgoingCreated
public Http2StreamHandling.StreamState handleOutgoingCreated(Http2StreamHandling.OutStream outStream, scala.collection.immutable.Map<AttributeKey<?>,java.lang.Object> correlationAttributes)
Description copied from class:Http2StreamHandling.StreamState
Called when we receive a user-created stream (that is open for more data)- Overrides:
handleOutgoingCreated
in classHttp2StreamHandling.StreamState
-
handleOutgoingCreatedAndFinished
public Http2StreamHandling.StreamState handleOutgoingCreatedAndFinished(scala.collection.immutable.Map<AttributeKey<?>,java.lang.Object> correlationAttributes)
Description copied from class:Http2StreamHandling.StreamState
Called when we receive a user-created stream that is already closed- Overrides:
handleOutgoingCreatedAndFinished
in classHttp2StreamHandling.StreamState
-
-