Interface CreateListenerOptions

interface CreateListenerOptions {
    handler?: ConnectionHandler;
    upgrader: Upgrader;
}

Hierarchy

  • CreateListenerOptions

    Properties

    Properties

    upgrader: Upgrader