Class Http2StreamHandling.Closed$
java.lang.Object
org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.StreamState
org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.Closed$
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- Enclosing interface:
- Http2StreamHandling
public static class Http2StreamHandling.Closed$
extends Http2StreamHandling.StreamState
implements scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.StreamState
dispatchStream, expectIncomingStream, handleOutgoingCreated, handleOutgoingCreatedAndFinished, incomingStreamPulled, pullNextFrame, receivedUnexpectedFrame, shutdown, stateNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
Closed$
public Closed$()
-
-
Method Details
-
handleOutgoingEnded
- Overrides:
handleOutgoingEndedin classHttp2StreamHandling.StreamState
-
handleOutgoingFailed
- Overrides:
handleOutgoingFailedin classHttp2StreamHandling.StreamState
-
handle
- Specified by:
handlein classHttp2StreamHandling.StreamState
-