るりまサーチ

最速Rubyリファレンスマニュアル検索!
1803件ヒット [1-100件を表示] (0.043秒)
トップページ > クエリ:u[x] > クエリ:port[x]

別のキーワード

  1. util u
  2. erb u
  3. matrix u
  4. encoding koi8_u
  5. _builtin koi8_u

キーワード

検索結果

<< 1 2 3 ... > >>

URI::Generic#port -> String | nil (21117.0)

自身の port を文字列で返します。設定されていない場合は nil を返します。

...自身の port を文字列で返します。設定されていない場合は nil を返します。...

RSS::Rss::Channel::Cloud#port (21102.0)

@todo

@todo

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

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

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

WEBrick::HTTPRequest#port -> String (21101.0)

サーバのポートを文字列で返します。

サーバのポートを文字列で返します。

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

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

...

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

絞り込み条件を変える

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

self.class.default_port を返します。

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

@see URI::Generic.default_port...

Socket::Constants::SO_REUSEPORT -> Integer (12216.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...

Socket::SO_REUSEPORT -> Integer (12216.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...

Net::IMAP.default_imaps_port -> Integer (12209.0)

デフォルトの IMAPS のポート番号(993)を返します。

...デフォルトの IMAPS のポート番号(993)を返します。

@see Net::IMAP.default_port...
<< 1 2 3 ... > >>