namespace Symfony\Component\HttpKernel
Object name | File name | Summary |
---|---|---|
HttpClientKernel | vendor/symfony/http-kernel/HttpClientKernel.php | An implementation of a Symfony HTTP kernel using a "real" HTTP client. |
HttpKernel | vendor/symfony/http-kernel/HttpKernel.php | HttpKernel notifies events to convert a Request object to a Response one. |
HttpKernelBrowser | vendor/symfony/http-kernel/HttpKernelBrowser.php | Simulates a browser and makes requests to an HttpKernel instance. |
HttpKernelInterface | vendor/symfony/http-kernel/HttpKernelInterface.php | HttpKernelInterface handles a Request to convert it to a Response. |
Kernel | vendor/symfony/http-kernel/Kernel.php | The Kernel is the heart of the Symfony system. |
KernelEvents | vendor/symfony/http-kernel/KernelEvents.php | Contains all events thrown in the HttpKernel component. |
KernelInterface | vendor/symfony/http-kernel/KernelInterface.php | The Kernel is the heart of the Symfony system. |
RebootableInterface | vendor/symfony/http-kernel/RebootableInterface.php | Allows the Kernel to be rebooted using a temporary cache directory. |
TerminableInterface | vendor/symfony/http-kernel/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. |