Interface QuicSession.Listener

All Superinterfaces:
EventListener
All Known Implementing Classes:
QuicSessionContainer
Enclosing class:
QuicSession

public static interface QuicSession.Listener extends EventListener

A listener for QuicSession events.

  • Method Details

    • onOpened

      default void onOpened(QuicSession session)

      Callback method invoked when a QuicSession is opened.

      Parameters:
      session - the session
    • onClosed

      default void onClosed(QuicSession session)

      Callback method invoked when a QuicSession is closed.

      Parameters:
      session - the session