別のキーワード
種類
- 特異メソッド (188)
- 定数 (24)
- 文書 (12)
- インスタンスメソッド (12)
クラス
-
Net
:: HTTP (36) -
Net
:: IMAP (60) -
Net
:: POP3 (24) -
Net
:: SMTP (56) -
URI
:: Generic (36) -
URI
:: LDAPS (12)
キーワード
-
DEFAULT
_ PORT (24) -
NEWS for Ruby 2
. 0 . 0 (12) -
default
_ imap _ port (12) -
default
_ imaps _ port (12) -
default
_ pop3 _ port (12) -
default
_ ssl _ port (12) -
default
_ tls _ port (12) -
http
_ default _ port (12) -
https
_ default _ port (12) - new (12)
- start (32)
検索結果
先頭5件
-
URI
:: Generic . default _ port -> Integer | nil (18143.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... -
URI
:: Generic # default _ port -> Integer | nil (18123.0) -
self.class.default_port を返します。
...self.class.default_port を返します。
@see URI::Generic.default_port... -
Net
:: HTTP . default _ port -> Integer (18102.0) -
HTTP のデフォルトポート (80) を返します。
HTTP のデフォルトポート (80) を返します。 -
Net
:: SMTP . default _ port -> Integer (18101.0) -
SMTPのデフォルトのポート番号(25)を返します。
SMTPのデフォルトのポート番号(25)を返します。 -
Net
:: IMAP . default _ port -> Integer (15101.0) -
デフォルトの IMAP のポート番号(143)を返します。
デフォルトの IMAP のポート番号(143)を返します。
@see Net::IMAP.default_tls_port -
Net
:: POP3 . default _ port -> Integer (15101.0) -
POP3 のデフォルトのポート番号(110)を返します。
POP3 のデフォルトのポート番号(110)を返します。 -
Net
:: HTTP . http _ default _ port -> Integer (6102.0) -
HTTP のデフォルトポート (80) を返します。
HTTP のデフォルトポート (80) を返します。 -
Net
:: HTTP . https _ default _ port -> Integer (6101.0) -
HTTPS のデフォルトポート (443) を返します。
HTTPS のデフォルトポート (443) を返します。 -
URI
:: Generic :: DEFAULT _ PORT -> nil (6101.0) -
URI::Generic のデフォルトポート(nil)です。
URI::Generic のデフォルトポート(nil)です。