Overview

Namespaces

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

Classes

  • ConnectionHandler
  • ConnectionHandlerFactory

Interfaces

  • ConnectionHandlerFactoryInterface
  • ConnectionHandlerInterface
  • Overview
  • Namespace
  • Class

Interface ConnectionHandlerFactoryInterface

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

Direct known implementers

PHPFastCGI\FastCGIDaemon\ConnectionHandler\ConnectionHandlerFactory
Namespace: PHPFastCGI\FastCGIDaemon\ConnectionHandler
Located at ConnectionHandler/ConnectionHandlerFactoryInterface.php
Methods summary
public PHPFastCGI\FastCGIDaemon\ConnectionHandler\ConnectionHandlerInterface
# createConnectionHandler( PHPFastCGI\FastCGIDaemon\Connection\ConnectionInterface $connection )

Create a connection handler.

Create a connection handler.

Parameters

$connection
The connection to handle

Returns

PHPFastCGI\FastCGIDaemon\ConnectionHandler\ConnectionHandlerInterface
The connection handler
API documentation generated by ApiGen