PHP Class Phastlight\Module\NET\TCPServer

Inheritance: extends Phastlight\EventEmitter
Show file Open project: phastlight/phastlight

Public Methods

Method Description
getBacklog ( )
getConnectionListener ( )
getHost ( )
getListeningListener ( )
getPort ( )
listen ( $options = [], $listeningListener = '' )
setBacklog ( $backlog )
setConnectionListener ( $connectionListener )
setHost ( $host )
setListeningListener ( $listeningListener )
setPort ( $port )

Method Details

getBacklog() public method

public getBacklog ( )

getConnectionListener() public method

getHost() public method

public getHost ( )

getListeningListener() public method

getPort() public method

public getPort ( )

listen() public method

public listen ( $options = [], $listeningListener = '' )

setBacklog() public method

public setBacklog ( $backlog )

setConnectionListener() public method

public setConnectionListener ( $connectionListener )

setHost() public method

public setHost ( $host )

setListeningListener() public method

public setListeningListener ( $listeningListener )

setPort() public method

public setPort ( $port )