Searched refs:kFactory (Results 1 – 6 of 6) sorted by relevance
14 kFactory56 dispatcher = this[kFactory](origin)109 [kFactory] (origin) {125 const dispatcher = this[kFactory]('http://localhost:9999')134 const dispatcher = this[kFactory](origin)
6 kFactory: Symbol('factory'), property
20 const kFactory = Symbol('factory') constant73 this[kFactory] = factory84 dispatcher = this[kFactory](this[kUrl], this[kOptions])
17 const kFactory = Symbol('factory') constant56 this[kFactory] = factory108 dispatcher = this[kFactory](opts.origin, this[kOptions])
18 const kFactory = Symbol('factory') constant59 this[kFactory] = factory77 const pool = this[kFactory](upstreamOrigin, Object.assign({}, this[kOptions]))
8882 var kFactory = Symbol("factory");8926 this[kFactory] = factory;8934 dispatcher = this[kFactory](this[kUrl], this[kOptions]);8961 var kFactory = Symbol("factory");8986 this[kFactory] = factory;9031 …dispatcher = this[kFactory](opts.origin, this[kOptions]).on("drain", this[kOnDrain]).on("connect",…