Method |
Description |
|
__construct ( aerys\HttpDriver $driver ) |
|
|
__debugInfo ( ) |
|
|
count ( ) |
|
|
getBindableAddresses ( ) : array |
Retrieve an array of unique socket addresses on which hosts should listen |
|
getDefaultHost ( ) : Vhost |
Retrieve the group's default host |
|
getTlsBindingsByAddress ( ) : array |
Retrieve stream encryption settings by bind address |
|
monitor ( ) : array |
|
|
selectHost ( InternalRequest $ireq ) : Vhost | null |
Select a virtual host match for the specified request according to RFC 7230 criteria |
|
selectHttpDriver ( $address, $port ) |
Select the suited HttpDriver instance, filtered by address and port pair |
|
setupHttpDrivers ( $args ) |
|
|
use ( Vhost $vhost ) : void |
Add a virtual host to the collection |
|