るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.032秒)

別のキーワード

  1. httpstatus rc_see_other
  2. webrick/httpstatus rc_see_other
  3. rc_see_other webrick/httpstatus
  4. rc_see_other webrick::httpstatus

クラス

検索結果

WEBrick::GenericServer#listen(address, port) -> [TCPServer] (82.0)

与えられたアドレスとポートで TCPServer オブジェクトを生成し listener として管理します。

与えられたアドレスとポートで TCPServer オブジェクトを生成し
listener として管理します。

@param address アドレスを文字列で指定します。

@param port listen するポートを整数で指定します。

@see WEBrick::GenericServer#listeners, TCPServer#listen