PHP Class PHPDaemon\SockJS\Methods\XhrStreaming

Author: Vasily Zorin ([email protected])
Inheritance: extends Generic
Datei anzeigen Open project: kakserpom/phpdaemon

Protected Properties

Property Type Description
$allowedMethods
$contentType
$fillerEnabled
$gcEnabled
$poll
$pollMode

Public Methods

Method Description
afterHeaders ( ) : void afterHeaders

Protected Methods

Method Description
sendFrame ( string $frame ) : void Send frame

Method Details

afterHeaders() public method

afterHeaders
public afterHeaders ( ) : void
return void

sendFrame() protected method

Send frame
protected sendFrame ( string $frame ) : void
$frame string
return void

Property Details

$allowedMethods protected_oe property

protected $allowedMethods

$contentType protected_oe property

protected $contentType

$fillerEnabled protected_oe property

protected $fillerEnabled

$gcEnabled protected_oe property

protected $gcEnabled

$poll protected_oe property

protected $poll

$pollMode protected_oe property

protected $pollMode