Namespace PHPFastCGI\FastCGIDaemon
PHPFastCGI\FastCGIDaemon\Command |
PHPFastCGI\FastCGIDaemon\Connection |
PHPFastCGI\FastCGIDaemon\ConnectionHandler |
PHPFastCGI\FastCGIDaemon\Exception |
PHPFastCGI\FastCGIDaemon\Http |
ApplicationFactory | The default implementation of the ApplicationFactoryInterface. |
CallbackWrapper | Wraps a callback (such as a closure, function or class and method pair) as an implementation of the kernel interface. |
Daemon | The standard implementation of the DaemonInterface is constructed from a connection pool and a factory class to generate connection handlers. |
DaemonFactory | The default implementation of the DaemonFactoryInterface. |
ApplicationFactoryInterface | Objects that implement the ApplicationFactoryInterface can be used to create Symfony console commands and applications. |
DaemonFactoryInterface | Objects that implement the DaemonFactoryInterface can be used to create FastCGI daemons that listen on FCGI_LISTENSOCK_FILENO, a configured stream socket resource or a TCP host and port. |
DaemonInterface | The DaemonInterface contains the FCGI constants and defines a single blocking method to run the daemon. |
KernelInterface | Objects that implement the KernelInterface can be used by the FastCGIDaemon to |