252件ヒット
[1-100件を表示]
(0.034秒)
ライブラリ
-
cgi
/ core (12) -
fiddle
/ import (12) -
net
/ http (48) -
net
/ pop (12) -
net
/ smtp (12) - resolv (12)
- resolv-replace (36)
-
rubygems
/ user _ interaction (24) - socket (60)
- uri (12)
クラス
- Addrinfo (24)
-
Gem
:: StreamUI :: SimpleProgressReporter (12) -
Gem
:: StreamUI :: VerboseProgressReporter (12) -
Net
:: HTTP (48) -
Net
:: POP3 (12) -
Net
:: SMTP (12) -
RDoc
:: Options (12) -
Resolv
:: DNS :: Resource :: IN :: SRV (12) - UDPSocket (72)
-
URI
:: Generic (12)
モジュール
-
CGI
:: QueryExtension (12) -
Fiddle
:: Importer (12)
キーワード
- bind (12)
- connect (12)
- count (24)
-
coverage
_ report (12) -
default
_ port (12) -
ip
_ port (12) -
ip
_ unpack (12) -
local
_ port (12) -
proxy
_ port (12) - proxyport (12)
- send (48)
-
server
_ port (12) - sizeof (12)
検索結果
先頭5件
-
Net
:: HTTP # port -> Integer (18203.0) -
接続するポート番号を返します。
接続するポート番号を返します。 -
Net
:: POP3 # port -> Integer (18203.0) -
接続するポート番号です。
接続するポート番号です。 -
Net
:: SMTP # port -> Integer (18203.0) -
接続先のポート番号を返します。
接続先のポート番号を返します。 -
Resolv
:: DNS :: Resource :: IN :: SRV # port -> Integer (18203.0) -
対象のサービスの対象のホストにおけるポート番号を返します。
対象のサービスの対象のホストにおけるポート番号を返します。 -
URI
:: Generic # default _ port -> Integer | nil (6225.0) -
self.class.default_port を返します。
...self.class.default_port を返します。
@see URI::Generic.default_port... -
CGI
:: QueryExtension # server _ port -> Integer (6219.0) -
ENV['SERVER_PORT'] を返します。
...ENV['SERVER_PORT'] を返します。... -
Addrinfo
# ip _ port -> Integer (6215.0) -
ポート番号を整数で返します。
...ポート番号を整数で返します。
require 'socket'
Addrinfo.tcp("127.0.0.1", 80).ip_port #=> 80
Addrinfo.tcp("::1", 80).ip_port #=> 80
@see Addrinfo#ip_address, Addrinfo#ip_unpack... -
Net
:: HTTP # proxy _ port -> Integer|nil (6210.0) -
プロクシのポート番号を返します。
...プロクシのポート番号を返します。
プロクシを使わない場合は nil を返します。
proxyport は時代遅れのメソッドです。
@see Net::HTTP#proxy_port=, Net::HTTP#proxy_address, Net::HTTP.new... -
Net
:: HTTP # proxyport -> Integer|nil (6210.0) -
プロクシのポート番号を返します。
...プロクシのポート番号を返します。
プロクシを使わない場合は nil を返します。
proxyport は時代遅れのメソッドです。
@see Net::HTTP#proxy_port=, Net::HTTP#proxy_address, Net::HTTP.new...