Package akka.http.impl.engine.http2
Class Http2StreamHandling.HalfClosedRemoteSendingData
- java.lang.Object
-
- akka.http.impl.engine.http2.Http2StreamHandling.StreamState
-
- akka.http.impl.engine.http2.Http2StreamHandling.HalfClosedRemoteSendingData
-
- All Implemented Interfaces:
Http2StreamHandling.Sending
,java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing interface:
- Http2StreamHandling
public static class Http2StreamHandling.HalfClosedRemoteSendingData extends Http2StreamHandling.StreamState implements Http2StreamHandling.Sending, scala.Product, java.io.Serializable
They have closed the incoming stream, but the outgoing stream is still going.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HalfClosedRemoteSendingData(Http2StreamHandling.OutStream outStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
HalfClosedRemoteSendingData
public HalfClosedRemoteSendingData(Http2StreamHandling.OutStream outStream)
-
-
Method Detail
-
outStream
public Http2StreamHandling.OutStream outStream()
- Specified by:
outStream
in interfaceHttp2StreamHandling.Sending
-
handle
public Http2StreamHandling.StreamState handle(FrameEvent.StreamFrameEvent event)
- Specified by:
handle
in classHttp2StreamHandling.StreamState
-
handleOutgoingEnded
public Http2StreamHandling.StreamState handleOutgoingEnded()
- Overrides:
handleOutgoingEnded
in classHttp2StreamHandling.StreamState
-
-