mock-tls-server - v1.1.2
    Preparing search index...

    Interface ListenOptions

    interface ListenOptions {
        port: number;
        secureConnectionListener?: SecureConnectionCallback;
    }
    Index

    Properties

    port: number

    The port to listen on.

    secureConnectionListener?: SecureConnectionCallback

    If it exists, installed as a listener for the 'secureConnection' event.