interface StreamHandlerRecord {
    handler: StreamHandler;
    options: StreamHandlerOptions;
}

Properties

Properties

handler: StreamHandler

The handler that was registered to handle streams opened on the protocol

The options that were used to register the stream handler