namespace Symfony\Component\HttpKernel

Classsort descending Location Description
Client drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Client.php Client simulates a browser and makes requests to a Kernel object.
HttpKernel drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernel.php HttpKernel notifies events to convert a Request object to a Response one.
HttpKernelInterface drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernelInterface.php HttpKernelInterface handles a Request to convert it to a Response.
Kernel drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php The Kernel is the heart of the Symfony system.
KernelEvents drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/KernelEvents.php Contains all events thrown in the HttpKernel component
KernelInterface drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/KernelInterface.php The Kernel is the heart of the Symfony system.
TerminableInterface drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/TerminableInterface.php Terminable extends the Kernel request/response cycle with dispatching a post response event after sending the response and before shutting down the kernel.
UriSigner drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/UriSigner.php Signs URIs.