PHP Interface Icicle\Http\Driver\Reader\Reader

Afficher le fichier Open project: icicleio/http Interface Usage Examples

Méthodes publiques

Méthode Description
readRequest ( Icicle\Socket\Socket $socket, float $timeout ) : Generator
readResponse ( Icicle\Socket\Socket $socket, float $timeout ) : Generator

Method Details

readRequest() public méthode

public readRequest ( Icicle\Socket\Socket $socket, float $timeout ) : Generator
$socket Icicle\Socket\Socket
$timeout float
Résultat Generator

readResponse() public méthode

public readResponse ( Icicle\Socket\Socket $socket, float $timeout ) : Generator
$socket Icicle\Socket\Socket
$timeout float
Résultat Generator