Property | Type | Description | |
---|---|---|---|
$loop | React\EventLoop\LoopInterface | ||
$serializer | Thruway\Serializer\SerializerInterface | ||
$trusted | boolean |
Method | Description | |
---|---|---|
close ( ) | Close transport | |
getLoop ( ) : React\EventLoop\LoopInterface | Get loop | |
getSerializer ( ) : Thruway\Serializer\SerializerInterface | Get serializer | |
isTrusted ( ) : boolean | Checks to see if a transport is trusted | |
ping ( ) | Ping | |
setSerializer ( Thruway\Serializer\SerializerInterface $serializer ) | Set serializer | |
setTrusted ( boolean $trusted ) |
public getLoop ( ) : React\EventLoop\LoopInterface | ||
return | React\EventLoop\LoopInterface |
public getSerializer ( ) : Thruway\Serializer\SerializerInterface | ||
return | Thruway\Serializer\SerializerInterface |
public setSerializer ( Thruway\Serializer\SerializerInterface $serializer ) | ||
$serializer | Thruway\Serializer\SerializerInterface |
protected LoopInterface,React\EventLoop $loop | ||
return | React\EventLoop\LoopInterface |
protected SerializerInterface,Thruway\Serializer $serializer | ||
return | Thruway\Serializer\SerializerInterface |