Overview

Namespaces

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

Classes

  • ConnectionHandler
  • ConnectionHandlerFactory

Interfaces

  • ConnectionHandlerFactoryInterface
  • ConnectionHandlerInterface
  • Overview
  • Namespace
  • Class

Namespace PHPFastCGI\FastCGIDaemon\ConnectionHandler

Classes summary
ConnectionHandler The default implementation of the ConnectionHandlerInterface.
ConnectionHandlerFactory The default implementation of the ConnectionHandlerFactoryInterface.
Interfaces summary
ConnectionHandlerFactoryInterface

Objects implementing the ConnectionHandlerFactoryInterface can be used by the ConnectionPool to create handlers for new incoming connections.

ConnectionHandlerInterface

Objects implementing the connection handler interface are usually instantiated via some method with an incoming connection and a kernel. The handler is notified when these connections are ready to be read or closed and should handle communication between the incoming connection and the kernel.

API documentation generated by ApiGen