Interface ConnectionHandler

interface ConnectionHandler {
    path: string;
    onConnection(connection): void;
}

Implemented by

Properties

Methods

Properties

path: string

Methods