public static class Http2StreamHandling.Closed$ extends Http2StreamHandling.StreamState implements scala.Product, java.io.Serializable
Constructor and Description |
---|
Closed$() |
Modifier and Type | Method and Description |
---|---|
Http2StreamHandling.StreamState |
handle(FrameEvent.StreamFrameEvent event) |
Http2StreamHandling.StreamState |
handleOutgoingEnded() |
Http2StreamHandling.StreamState |
handleOutgoingFailed(java.lang.Throwable cause) |
dispatchStream, expectIncomingStream, handleOutgoingCreated, handleOutgoingCreatedAndFinished, incomingStreamPulled, pullNextFrame, receivedUnexpectedFrame, shutdown, stateName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Http2StreamHandling.StreamState handleOutgoingEnded()
handleOutgoingEnded
in class Http2StreamHandling.StreamState
public Http2StreamHandling.StreamState handleOutgoingFailed(java.lang.Throwable cause)
handleOutgoingFailed
in class Http2StreamHandling.StreamState
public Http2StreamHandling.StreamState handle(FrameEvent.StreamFrameEvent event)
handle
in class Http2StreamHandling.StreamState