Interface IConnectionPoolExperimental

interface IConnectionPool {
    getConnection(url: string | URL): AbstractRelay;
}

Implemented by

Methods