Net_Server_Handler::onConnectionRefused (Previous) (Next) Net_Server_Handler::onReceiveData

View this page in Last updated: Sun, 24 Aug 2008
English | French | Japanese | Plain HTML

Net_Server_Handler::onIdle()

Net_Server_Handler::onIdle() -- onIdle ハンドラ

説明

このハンドラは、サーバがアイドル状態 (何もすることがない状態) になってから指定した秒数 (タイムアウト) が経過した時にコールされます。 現在このハンドラをサポートしているのは、シーケンシャルドライバのみです。

タイムアウトを指定するには、秒数を setIdleTimeout() に渡します。 デフォルトではタイムアウトは NULL となっており、 この場合は、ハンドラが無効となります。

注意

この関数は、スタティックにコールする ことはできません。

Net_Server_Handler::onConnectionRefused (Previous) (Next) Net_Server_Handler::onReceiveData

Download Documentation Last updated: Sun, 24 Aug 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.