Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
DClientProtocolHandler.php29 use FreeDSx\Ldap\Protocol\Factory\ClientProtocolHandlerFactory; alias
69 * @var ClientProtocolHandlerFactory
78 …$options, ClientQueue $queue = null, SocketPool $pool = null, ClientProtocolHandlerFactory $client…
82 …this->protocolHandlerFactory = $clientProtocolHandlerFactory ?? new ClientProtocolHandlerFactory();
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
DClientProtocolHandlerFactory.php27 class ClientProtocolHandlerFactory class