Home
last modified time | relevance | path

Searched refs:socketPool (Results 1 – 1 of 1) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/
H A DClientQueue.php43 protected $socketPool; argument
48 public function __construct(SocketPool $socketPool, EncoderInterface $encoder = null)
50 $this->socketPool = $socketPool;
51 parent::__construct($socketPool->connect(), $encoder);
115 $this->socket = $this->socketPool->connect();
38 protected $socketPool; global() variable in FreeDSx\\Ldap\\Protocol\\Queue\\ClientQueue