るりまサーチ

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

別のキーワード

  1. _builtin >
  2. bigdecimal >
  3. float >
  4. integer >
  5. module >

キーワード

検索結果

<< < ... 30 31 32 >>

OpenSSL::SSL::SSLContext#renegotiation_cb=(cb) (13.0)

@todo

...す。
num_handshakes = 0
ctx.renegotiation_cb = lambda do |ssl|
num_handshakes += 1
raise RuntimeError.new("Client renegotiation disabled") if num_handshakes > 1
end



@param cb コールバック(Proc, Method など)もしくは nil
@see OpenSSL::SSL::SSLContext#renegotiation_cb...
<< < ... 30 31 32 >>