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 viaDefaultHttp2Connection.forEachActiveStream(Http2StreamVisitor)
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
process()
Trigger the original intention of this event.
-