Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > webrick/serverライブラリ > WEBrick::GenericServerクラス > tokens

instance method WEBrick::GenericServer#tokens

tokens -> SizedQueue[permalink][rdoc]

MaxClient の設定のために使われる SizedQueue オブジェクトを返しま す。SizedQueue オブジェクトのサイズは現在受け付けることのできるク ライアントの数です。

MaxClient を知りたい場合は self.tokens.max です。 self.tokens.max - self.tokens.length が現在のクライアントの接続数です。