るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.033秒)
トップページ > クエリ:Proc.new[x] > クエリ:セキュリティモデル[x] > クエリ:renegotiation_cb=[x] > クエリ:cat[x] > ライブラリ:webrick/httpservlet/prochandler[x]

別のキーワード

  1. openssl renegotiation_cb=
  2. sslcontext renegotiation_cb=
  3. sslcontext renegotiation_cb
  4. openssl renegotiation_cb
  5. ssl op_no_session_resumption_on_renegotiation

検索結果

WEBrick::HTTPServlet::ProcHandler.new(proc) -> WEBrick::HTTPServlet::ProcHandler (21322.0)

自身を初期化します。

...自身を初期化します。

@param proc Proc オブジェクトを与えます。クライアントからのリクエストがあった時、
proc
.call(request, response) のように呼び出されます。
request, response はそれぞれ WEBrick::HTTPRequest オブ...