るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. mx preference
  2. resolv preference
  3. resource preference
  4. ssl op_cipher_server_preference
  5. openssl op_cipher_server_preference

ライブラリ

検索結果

Resolv::DNS::Resource::MX#preference -> Integer (54307.0)

このMXレコードの優先度を返します。

このMXレコードの優先度を返します。

OpenSSL::SSL::SSLContext#options=(options) (22.0)

オプションを設定します。

オプションを設定します。

以下の値の OR で指定します。
* OpenSSL::SSL::OP_ALL
* OpenSSL::SSL::OP_CIPHER_SERVER_PREFERENCE
* OpenSSL::SSL::OP_EPHEMERAL_RSA
* OpenSSL::SSL::OP_NETSCAPE_CA_DN_BUG
* OpenSSL::SSL::OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG
* OpenSSL::SSL::OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION
* OpenSS...