るりまサーチ

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

別のキーワード

  1. _builtin default
  2. generic default_port
  3. socket ai_default
  4. socket ip_default_multicast_ttl

ライブラリ

クラス

キーワード

検索結果

URI::Generic.default_port -> Integer | nil (29191.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 # => n...

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

self.class.default_port を返します。

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

@see URI::Generic.default_port...

URI::Generic::DEFAULT_PORT -> nil (17117.0)

URI::Generic のデフォルトポート(nil)です。

...
URI
::Generic のデフォルトポート(nil)です。...

URI::LDAPS::DEFAULT_PORT -> Integer (17101.0)

デフォルトのポート (636) です。

デフォルトのポート (636) です。

NEWS for Ruby 2.0.0 (24.0)

NEWS for Ruby 2.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。

...トラップハンドラの中では使えなくなりました。そのようなときは ThreadError が発生します
* Mutex#sleep may spurious wakeup. Check after wakeup.

* NilClass
* 追加: NilClass#to_h 空のハッシュを返します

* ObjectSpace::WeakMap
* 弱い参...
...sing a previously negotiated session.
* Requests may be created from a URI which sets the request_uri and host
header of the request (but does not change the host connected to).
* Responses contain the URI requested which allows easier implementation of
redirect following...
...加: Net::HTTP#local_port=
* 拡張: Net::HTTP#connect uses local_host and local_port if specified.

* net/imap
* 追加: Net::IMAP.default_port
* 追加: Net::IMAP.default_imap_port
* 追加: Net::IMAP.default_tls_port
* 追加: Net::IMAP.default_ssl_port
* 追加: Net::IM...

絞り込み条件を変える