DaemonClient
in package
FinalYes
Client for invoking Farah daemon assets and reading their streamed responses.
Included for historical compatibility only. This API is deprecated and should not be used in new code.
Tags
Table of Contents
Methods
- __construct() : mixed
- call() : iterable<string|int, mixed>
- fromUrl() : DaemonClient
Methods
__construct()
public
__construct(int $port) : mixed
Parameters
- $port : int
call()
public
call(mixed $message) : iterable<string|int, mixed>
Parameters
- $message : mixed
Return values
iterable<string|int, mixed>fromUrl()
public
static fromUrl(FarahUrl $url) : DaemonClient
Parameters
- $url : FarahUrl