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, stateNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Http2StreamHandling.StreamState handleOutgoingEnded()
handleOutgoingEnded in class Http2StreamHandling.StreamStatepublic Http2StreamHandling.StreamState handleOutgoingFailed(java.lang.Throwable cause)
handleOutgoingFailed in class Http2StreamHandling.StreamStatepublic Http2StreamHandling.StreamState handle(FrameEvent.StreamFrameEvent event)
handle in class Http2StreamHandling.StreamState