Net_Server_Handler::onConnectionRefused()

Net_Server_Handler::onConnectionRefused() -- onConnectionRefused handler

Synopsis

require_once 'ServerHandler.php';

void Net_Server_Handler::onConnectionRefused ([integer $clientId = 0])

Beschreibung

This handler is called, when a new client tries to connect but is not allowed to Available in:

Parameter

integer $clientId

unique id of the client

Fehler-Meldungen

throws no exceptions thrown

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.