Package io.netty.handler.codec.http2
Interface DefaultHttp2Connection.Event
- Enclosing class:
DefaultHttp2Connection
static interface DefaultHttp2Connection.Event
Allows events which would modify the collection of active streams to be queued while iterating via
DefaultHttp2Connection.forEachActiveStream(Http2StreamVisitor)
.-
Method Summary
-
Method Details
-
process
void process()Trigger the original intention of this event. Expect to modify the active streams list. If aRuntimeException
object is thrown it will be logged and not propagated. Throwing from this method is not supported and is considered a programming error.
-