種類
- 定数 (168)
- インスタンスメソッド (48)
クラス
-
Net
:: IMAP :: Address (12) - Socket (84)
-
URI
:: Generic (36)
モジュール
-
Socket
:: Constants (84)
キーワード
- - (12)
-
AF
_ ROUTE (24) -
IFF
_ ROUTE (24) -
IP
_ PMTUDISC _ WANT (24) -
IP
_ ROUTER _ ALERT (24) -
MSG
_ DONTROUTE (24) -
PF
_ ROUTE (24) -
SO
_ DONTROUTE (24) -
route
_ from (12) -
route
_ to (12)
検索結果
先頭5件
-
Net
:: IMAP :: Address # route -> String | nil (18101.0) -
メールアドレスの SMTP at-domain-list を返します。
メールアドレスの SMTP at-domain-list を返します。
存在しない場合は nil を返します。
通常は nil を返します。 -
URI
:: Generic # route _ to(dst) -> URI :: Generic (6107.0) -
自身から dst への相対パスを返します。
...自身から dst への相対パスを返します。
@param dst URI を文字列かURIオブジェクトで与えます。
例:
require 'uri'
p URI.parse('http://example.com/').route_to('http://example.com/foo/bar.html')
#=> #<URI::Generic:0x20100198 URL:foo/bar.html>... -
Socket
:: AF _ ROUTE -> Integer (6102.0) -
@todo Internal Routing protocol。 Socket.open の第一引数 domain に使用します。
@todo
Internal Routing protocol。
Socket.open の第一引数 domain に使用します。
@todo -
Socket
:: Constants :: AF _ ROUTE -> Integer (6102.0) -
@todo Internal Routing protocol。 Socket.open の第一引数 domain に使用します。
@todo
Internal Routing protocol。
Socket.open の第一引数 domain に使用します。
@todo -
Socket
:: Constants :: PF _ ROUTE -> Integer (6102.0) -
@todo Internal Routing protocol。 Socket.open の第一引数 domain に使用します。
@todo
Internal Routing protocol。
Socket.open の第一引数 domain に使用します。
@todo -
Socket
:: PF _ ROUTE -> Integer (6102.0) -
@todo Internal Routing protocol。 Socket.open の第一引数 domain に使用します。
@todo
Internal Routing protocol。
Socket.open の第一引数 domain に使用します。
@todo -
Socket
:: Constants :: IFF _ ROUTE (6101.0) -
routing entry installed
routing entry installed -
Socket
:: IFF _ ROUTE (6101.0) -
routing entry installed
routing entry installed -
Socket
:: Constants :: IP _ ROUTER _ ALERT -> Integer (6100.0) -
Notify transit routers to more closely examine the contents of an IP packet。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...Notify transit routers to more closely examine the contents of an IP packet。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see Socket::Constants::IPPROTO_IP, ip(7linux)...