るりまサーチ

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

別のキーワード

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

検索結果

<< 1 2 3 > >>

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...
<< 1 2 3 > >>