るりまサーチ

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

別のキーワード

  1. open3 popen2e
  2. socket af_e164
  3. matrix det_e
  4. matrix rank_e
  5. open3 capture2e

モジュール

検索結果

<< 1 2 3 ... > >>

CGI::QueryExtension#server_port -> Integer (21617.0)

ENV['SERVER_PORT'] を返します。

...
E
NV['SERVER_PORT'] を返します。...

Resolv::DNS::Port -> Integer (21401.0)

デフォルトの DNS ポート番号です。

デフォルトの DNS ポート番号です。

Socket::Constants::IPPORT_USERRESERVED -> Integer (15600.0)

ユーザが自由に利用して良いポート番号の最小値。

ユーザが自由に利用して良いポート番号の最小値。

Socket::IPPORT_USERRESERVED -> Integer (15600.0)

ユーザが自由に利用して良いポート番号の最小値。

ユーザが自由に利用して良いポート番号の最小値。

Net::HTTP.get_print(host, path, port = 80) -> () (15413.0)

指定した対象から HTTP でエンティティボディを取得し、 $stdout に出力します。

...(host, path, port) で指定するかのいずれかです。

@param uri データの取得対象を URI で指定します。
@param host 接続先のホストを文字列で指定します。
@param path データの存在するパスを文字列で指定します。
@param port 接続するポ...
...ートを整数で指定します。
@see Net::HTTP.get

=== 例

//emlist[][ruby]{
require 'net/http'
require 'uri'
Net::HTTP.get_print URI.parse('http://www.example.com/index.html')
//}

もしくは

//emlist[][ruby]{
require 'net/http'
Net::HTTP.get_print 'www.example.com', '/index.html'
//}...

絞り込み条件を変える

Net::HTTP.get_print(uri) -> () (15313.0)

指定した対象から HTTP でエンティティボディを取得し、 $stdout に出力します。

...(host, path, port) で指定するかのいずれかです。

@param uri データの取得対象を URI で指定します。
@param host 接続先のホストを文字列で指定します。
@param path データの存在するパスを文字列で指定します。
@param port 接続するポ...
...ートを整数で指定します。
@see Net::HTTP.get

=== 例

//emlist[][ruby]{
require 'net/http'
require 'uri'
Net::HTTP.get_print URI.parse('http://www.example.com/index.html')
//}

もしくは

//emlist[][ruby]{
require 'net/http'
Net::HTTP.get_print 'www.example.com', '/index.html'
//}...

RDoc::Options#coverage_report -> Integer | false (12516.0)

コマンドライン引数の --coverage-report オプションを指定していた場合、指 定した数値を返します。

...コマンドライン引数の --coverage-report オプションを指定していた場合、指
定した数値を返します。

指定しなかった場合は false を返します。...

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

Socket::Constants::IP_PORTRANGE -> Integer (12432.0)

Set the port range for sockets with unspecified port numbers。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Set the port range for sockets with unspecified port numbers。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IP, ip(4freebsd)...

Socket::IP_PORTRANGE -> Integer (12432.0)

Set the port range for sockets with unspecified port numbers。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Set the port range for sockets with unspecified port numbers。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IP, ip(4freebsd)...

絞り込み条件を変える

<< 1 2 3 ... > >>