Page MenuHomeIsabelle/Phabricator
Diviner Phabricator Tech Docs PhabricatorProtocolLog

final class PhabricatorProtocolLog
Phabricator Technical Documentation ()

This class is not documented.

Methods

public function __construct($logfile)

This method is not documented.
Parameters
$logfile
Return
this//Implicit.//

public function didStartSession($session_name)

This method is not documented.
Parameters
$session_name
Return
wild

public function didEndSession()

This method is not documented.
Return
wild

public function didWriteBytes($bytes)

This method is not documented.
Parameters
$bytes
Return
wild

public function didReadBytes($bytes)

This method is not documented.
Parameters
$bytes
Return
wild

public function didReadFrame($frame)

This method is not documented.
Parameters
$frame
Return
wild

public function didWriteFrame($frame)

This method is not documented.
Parameters
$frame
Return
wild

private function writeFrame($header, $frame)

This method is not documented.
Parameters
$header
$frame
Return
wild

private function setMode($mode)

This method is not documented.
Parameters
$mode
Return
wild

private function flush()

This method is not documented.
Return
wild

private function writeBytes($mode, $bytes)

This method is not documented.
Parameters
$mode
$bytes
Return
wild

private function renderBytes($header, $bytes)

This method is not documented.
Parameters
$header
$bytes
Return
wild

private function escapeBytes($bytes)

This method is not documented.
Parameters
$bytes
Return
wild

private function writeMessage($message)

This method is not documented.
Parameters
$message
Return
wild