るりまサーチ

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

別のキーワード

  1. openssl integer
  2. asn1 integer
  3. _builtin integer
  4. integer chr
  5. integer upto

検索結果

<< 1 2 3 ... > >>

Net::HTTP#port -> Integer (18202.0)

接続するポート番号を返します。

接続するポート番号を返します。

Net::POP3#port -> Integer (18202.0)

接続するポート番号です。

接続するポート番号です。

Net::SMTP#port -> Integer (18202.0)

接続先のポート番号を返します。

接続先のポート番号を返します。

Resolv::DNS::Resource::IN::SRV#port -> Integer (18202.0)

対象のサービスの対象のホストにおけるポート番号を返します。

対象のサービスの対象のホストにおけるポート番号を返します。

URI::Generic.default_port -> Integer | nil (6244.0)

スキームに対応するデフォルトのポート番号を整数で返します。

...require 'uri'
URI::Generic.default_port # => nil
URI::FTP.default_port # => 21
URI::HTTP.default_port # => 80
URI::HTTPS.default_port # => 443
URI::LDAP.default_port # => 389
URI::LDAPS.default_port # => 636
URI::MailTo.default_port # => nil...

絞り込み条件を変える

Socket::Constants::IP_PORTRANGE -> Integer (6233.0)

Set the port range for sockets with unspecified port numbers。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Set the port range for sockets with unspecified port numbers。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IP, ip(4freebsd)...

Socket::IP_PORTRANGE -> Integer (6233.0)

Set the port range for sockets with unspecified port numbers。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Set the port range for sockets with unspecified port numbers。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IP, ip(4freebsd)...

URI::Generic#default_port -> Integer | nil (6224.0)

self.class.default_port を返します。

...self.class.default_port を返します。

@see URI::Generic.default_port...

CGI::QueryExtension#server_port -> Integer (6218.0)

ENV['SERVER_PORT'] を返します。

...ENV['SERVER_PORT'] を返します。...

Socket::Constants::SO_REUSEPORT -> Integer (6217.0)

Allow local address and port reuse。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Allow local address and port reuse。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see getsockopt(2freebsd), Socket::Constants::SOL_SOCKET...

絞り込み条件を変える

<< 1 2 3 ... > >>