Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/
DClientQueue.php26 use FreeDSx\Socket\SocketPool; alias
41 * @var SocketPool
48 public function __construct(SocketPool $socketPool, EncoderInterface $encoder = null)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
DClientProtocolHandler.php33 use FreeDSx\Socket\SocketPool; alias
49 * @var SocketPool
78 …public function __construct(array $options, ClientQueue $queue = null, SocketPool $pool = null, Cl…
81 $this->pool = $pool ?? new SocketPool($options);
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
DSocketPool.php20 class SocketPool class