Namespace PHPFastCGI\FastCGIDaemon\Connection
StreamSocketConnection | The default implementation of the ConnectionInterface using stream socket resources. |
StreamSocketConnectionPool | The default implementation of the ConnectionPoolInterface using stream sockets. |
ConnectionInterface | The connection interface defines a set of methods that abstract operations on incoming connections from the method by which they were accepted. |
ConnectionPoolInterface | Objects implementing the ConnectionPoolInterface pass incoming connections off to ConnectionHandler instances that have been created from a connection handler factory. |