Package akka.http.impl.engine.http2
Class Http2StreamHandling.OpenSendingData
- java.lang.Object
-
- akka.http.impl.engine.http2.Http2StreamHandling.StreamState
-
- akka.http.impl.engine.http2.Http2StreamHandling.OpenSendingData
-
- All Implemented Interfaces:
Http2StreamHandling.Sending
,java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing interface:
- Http2StreamHandling
public static class Http2StreamHandling.OpenSendingData extends Http2StreamHandling.StreamState implements Http2StreamHandling.Sending, scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OpenSendingData(Http2StreamHandling.OutStream outStream, 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)
Http2StreamHandling.StreamState
handleOutgoingEnded()
Http2StreamHandling.OutStream
outStream()
-
Methods inherited from class akka.http.impl.engine.http2.Http2StreamHandling.StreamState
dispatchStream, expectIncomingStream, handleOutgoingCreated, handleOutgoingCreatedAndFinished, 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 akka.http.impl.engine.http2.Http2StreamHandling.Sending
handleOutgoingFailed, handleWindowUpdate, increaseWindow, pullNextFrame, shutdown
-
-
-
-
Constructor Detail
-
OpenSendingData
public OpenSendingData(Http2StreamHandling.OutStream outStream, scala.collection.immutable.Map<AttributeKey<?>,java.lang.Object> correlationAttributes)
-
-
Method Detail
-
outStream
public Http2StreamHandling.OutStream outStream()
- Specified by:
outStream
in interfaceHttp2StreamHandling.Sending
-
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
-
handleOutgoingEnded
public Http2StreamHandling.StreamState handleOutgoingEnded()
- Overrides:
handleOutgoingEnded
in classHttp2StreamHandling.StreamState
-
-