PHP 클래스 Clue\React\Buzz\Io\UnixConnector

The path to connect to is set once during instantiation, the actual target host is then ignored. Unix domain sockets use atomic operations, so we can as well emulate async behavior.
상속: implements React\SocketClient\ConnectorInterface
파일 보기 프로젝트 열기: clue/buzz-react 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( React\EventLoop\LoopInterface $loop, $path )
create ( $host, $port )

메소드 상세

__construct() 공개 메소드

public __construct ( React\EventLoop\LoopInterface $loop, $path )
$loop React\EventLoop\LoopInterface

create() 공개 메소드

public create ( $host, $port )