UnixListener
UnixListener
Full name:
\venndev\vosaka\net\unix\UnixListener
This class is marked as final and can't be subclassed
This class is a Final class
Properties
socket
private mixed $socket
isListening
private bool $isListening
socketResource
private mixed $socketResource
path
private string $path
Methods
__construct
public __construct(mixed $socketResource, string $path): mixed
Parameters:
Parameter
Type
Description
$socketResource
mixed
$path
string
accept
Accept incoming connections
public accept(): \venndev\vosaka\core\Result<\venndev\vosaka\net\unix\UnixStream>
getLocalPath
public getLocalPath(): string
close
public close(): void
isClosed
public isClosed(): bool
Automatically generated on 2025-06-26