Home
last modified time | relevance | path

Searched refs:ResponseHandlerInterface (Results 1 – 5 of 5) sorted by last modified time

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientBasicHandler.php33 class ClientBasicHandler implements RequestHandlerInterface, ResponseHandlerInterface
H A DClientStartTlsHandler.php26 class ClientStartTlsHandler implements ResponseHandlerInterface
H A DResponseHandlerInterface.php24 interface ResponseHandlerInterface
23 interface ResponseHandlerInterface global() interface
H A DClientReferralHandler.php42 class ClientReferralHandler implements ResponseHandlerInterface
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DClientProtocolHandlerFactory.php20 use FreeDSx\Ldap\Protocol\ClientProtocolHandler\ResponseHandlerInterface;
52 public function forResponse(Request\RequestInterface $request, Response\ResponseInterface $response): ResponseHandlerInterface
19 use FreeDSx\Ldap\Protocol\ClientProtocolHandler\ResponseHandlerInterface; global() alias