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

    Modifier and Type
    Method
    Description
    void
    Trigger the original intention of this event.
  • Method Details

    • process

      void process()
      Trigger the original intention of this event. Expect to modify the active streams list.

      If a RuntimeException object is thrown it will be logged and not propagated. Throwing from this method is not supported and is considered a programming error.