Overview

Namespaces

  • PHPFastCGI
    • FastCGIDaemon
      • Command
      • Connection
      • ConnectionHandler
      • Exception
      • Http

Classes

  • StreamSocketConnection
  • StreamSocketConnectionPool

Interfaces

  • ConnectionInterface
  • ConnectionPoolInterface
  • Overview
  • Namespace
  • Class

Namespace PHPFastCGI\FastCGIDaemon\Connection

Classes summary
StreamSocketConnection

The default implementation of the ConnectionInterface using stream socket resources.

StreamSocketConnectionPool

The default implementation of the ConnectionPoolInterface using stream sockets.

Interfaces summary
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.

API documentation generated by ApiGen