Class Http2StreamHandling.HalfClosedRemoteSendingData
java.lang.Object
org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.StreamState
org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.HalfClosedRemoteSendingData
- All Implemented Interfaces:
Serializable
,Http2StreamHandling.Sending
,scala.Equals
,scala.Product
- Enclosing interface:
- Http2StreamHandling
public static class Http2StreamHandling.HalfClosedRemoteSendingData
extends Http2StreamHandling.StreamState
implements Http2StreamHandling.Sending, scala.Product, Serializable
They have closed the incoming stream, but the outgoing stream is still going.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.apache.pekko.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 scala.Equals
canEqual, equals
Methods inherited from interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.Sending
handleOutgoingFailed, handleWindowUpdate, increaseWindow, pullNextFrame, shutdown
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
HalfClosedRemoteSendingData
-
-
Method Details
-
outStream
- Specified by:
outStream
in interfaceHttp2StreamHandling.Sending
-
handle
- Specified by:
handle
in classHttp2StreamHandling.StreamState
-
handleOutgoingEnded
- Overrides:
handleOutgoingEnded
in classHttp2StreamHandling.StreamState
-