るりまサーチ

最速Rubyリファレンスマニュアル検索!
66件ヒット [1-66件を表示] (0.230秒)
トップページ > クエリ:i[x] > クエリ:l[x] > クエリ:r[x] > クラス:WEBrick::GenericServer[x]

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. matrix i
  5. csv to_i

ライブラリ

キーワード

検索結果

WEBrick::GenericServer#listeners -> [TCPServer] (24301.0)

listen している TCPServer オブジェクトの配列を返します。

...
l
isten している TCPServer オブジェクトの配列を返します。...

WEBrick::GenericServer#logger -> WEBrick::Log (21401.0)

生成する時に指定された、自身をロギングする WEBrick::Log のインス タンスを返します。

...生成する時に指定された、自身をロギングする WEBrick::Log のインス
タンスを返します。...

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

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

...れたアドレスとポートで TCPServer オブジェクトを生成し
l
istener として管理します。

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

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

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

WEBrick::GenericServer#ssl_context -> OpenSSL::SSL::SSLContext | nil (18201.0)

サーバが保持する OpenSSL::SSL::SSLContext オブジェクトを返します。

...サーバが保持する OpenSSL::SSL::SSLContext オブジェクトを返します。...

WEBrick::GenericServer.new(config = {}, default = WEBrick::Config::General) -> WEBrick::GenericServer (12601.0)

GenericServer オブジェクトを生成して返します。

...GenericServer オブジェクトを生成して返します。

config で有効な項目が増えます。以下は増える項目とそのデフォルト値です。

:ServerSoftware => "#{svrsoft} OpenSSL/#{osslv}",
:SSLEnable => true, # Ruby 1.8.3 以降では false がデ...
...:SSLCertificate => nil,
:SSLPrivateKey => nil,
:SSLClientCA => nil,
:SSLExtraChainCert => nil,
:SSLCACertificateFile => nil,
:SSLCACertificatePath => nil,
:SSLCertificateStore => nil,
:SSLVerifyClient => ::OpenSSL::SSL::VERIFY_NONE,
:SSLVerifyDepth...
...nil,
:SSLVerifyCallback => nil, # custom verification
:SSLTimeout => nil,
:SSLOptions => nil,
:SSLStartImmediately => true,
# Must specify if you use auto generated certificate.
:SSLCertName => nil,
:SSLCertComment => "Generated by Ruby/OpenSSL"...

絞り込み条件を変える

WEBrick::GenericServer#status -> Symbol (12101.0)

現在のサーバのステータスを Symbol オブジェクトで返します。 値は :Running(活動中), :Shutdown(終了処理中), :Stop(完全に停止) のいずれかです。

...現在のサーバのステータスを Symbol オブジェクトで返します。
値は :Running(活動中), :Shutdown(終了処理中), :Stop(完全に停止) のいずれかです。...