1560件ヒット
[1-100件を表示]
(0.094秒)
ライブラリ
-
cgi
/ core (12) - drb (24)
-
net
/ http (12) -
net
/ protocol (12) - openssl (12)
- optparse (144)
- resolv (36)
- rss (24)
- socket (1176)
-
webrick
/ cgi (12) -
webrick
/ httpstatus (24)
クラス
- Addrinfo (72)
- BasicSocket (24)
- OptionParser (144)
-
RSS
:: Rss :: Channel :: Cloud (24) -
Resolv
:: DNS :: Resource :: IN :: WKS (36) - Socket (564)
- UNIXSocket (24)
-
WEBrick
:: CGI (12)
モジュール
-
CGI
:: QueryExtension (12) -
DRb
:: DRbProtocol (12) -
Socket
:: Constants (492) -
WEBrick
:: HTTPStatus (12)
キーワード
-
AF
_ IPX (24) -
AF
_ PPP (24) -
AF
_ SIP (24) - DRbProtocol (12)
-
EAI
_ PROTOCOL (24) - HTTPSwitchProtocol (12)
-
IFF
_ NOARP (24) -
IPPROTO
_ AH (24) -
IPPROTO
_ BIP (24) -
IPPROTO
_ DSTOPTS (24) -
IPPROTO
_ EGP (24) -
IPPROTO
_ EON (24) -
IPPROTO
_ ESP (24) -
IPPROTO
_ FRAGMENT (24) -
IPPROTO
_ GGP (24) -
IPPROTO
_ HELLO (24) -
IPPROTO
_ HOPOPTS (24) -
IPPROTO
_ ICMP (24) -
IPPROTO
_ ICMPV6 (24) -
IPPROTO
_ IDP (24) -
IPPROTO
_ IGMP (24) -
IPPROTO
_ IP (24) -
IPPROTO
_ IPV6 (24) -
IPPROTO
_ ND (24) -
IPPROTO
_ NONE (24) -
IPPROTO
_ PUP (24) -
IPPROTO
_ RAW (24) -
IPPROTO
_ ROUTING (24) -
IPPROTO
_ TCP (24) -
IPPROTO
_ TP (24) -
IPPROTO
_ UDP (24) -
IPPROTO
_ XTP (24) -
NEWS for Ruby 3
. 0 . 0 (5) -
NEWS for Ruby 3
. 1 . 0 (4) - OCSP (12)
-
PF
_ DATAKIT (24) -
PF
_ DEC (24) -
PF
_ IPX (24) -
PF
_ LAT (24) -
PF
_ NS (24) -
PF
_ PPP (24) -
PF
_ ROUTE (24) -
PF
_ SIP (24) -
PF
_ SNA (24) -
PF
_ XTP (24) - ProtocolError (12)
-
RC
_ SWITCHING _ PROTOCOLS (12) -
SO
_ PRIORITY (24) - SwitchingProtocols (12)
-
add
_ protocol (12) - bitmap (12)
- foreach (24)
- getaddrinfo (24)
- getservbyport (12)
- ip (12)
-
local
_ address (12) -
net
/ imap (12) -
net
/ pop (12) -
net
/ protocol (12) -
net
/ smtp (12) - new (48)
- on (144)
- open (12)
- pair (24)
- protocol= (12)
-
remote
_ address (12) -
ruby 1
. 6 feature (12) -
server
_ protocol (12) - socketpair (24)
- xmlrpc (3)
検索結果
先頭5件
-
Addrinfo
# protocol -> Integer (24207.0) -
ソケットプロトコルを整数で返します。
...ソケットプロトコルを整数で返します。
require 'socket'
Addrinfo.tcp("localhost", 80).protocol == Socket::IPPROTO_TCP #=> true... -
RSS
:: Rss :: Channel :: Cloud # protocol (24202.0) -
@todo
@todo -
Resolv
:: DNS :: Resource :: IN :: WKS # protocol -> Integer (24201.0) -
IPプロトコル番号を返します。
...IPプロトコル番号を返します。
例えば 6 は TCP に対応します。... -
DRb
:: DRbProtocol . # add _ protocol(prot) -> () (18301.0) -
新たなプロトコルを DRbProtocol モジュールに登録します。
...新たなプロトコルを DRbProtocol モジュールに登録します。
@param prot プロトコル定義クラス... -
CGI
:: QueryExtension # server _ protocol -> String (12217.0) -
ENV['SERVER_PROTOCOL'] を返します。
...ENV['SERVER_PROTOCOL'] を返します。... -
Socket
:: Constants :: EAI _ PROTOCOL -> Integer (12217.0) -
Resolved protocol is unknown
...Resolved protocol is unknown
getaddrinfo(3), getnameinfo(3) などの
エラーコードです。
対応する Socket.getaddrinfo, Addrinfo.getaddrinfo などは
エラーを SocketError に変換するため、この定数は直接は利用しません。
@see getaddrinfo(3linux), gai_strerror(3f... -
Socket
:: EAI _ PROTOCOL -> Integer (12217.0) -
Resolved protocol is unknown
...Resolved protocol is unknown
getaddrinfo(3), getnameinfo(3) などの
エラーコードです。
対応する Socket.getaddrinfo, Addrinfo.getaddrinfo などは
エラーを SocketError に変換するため、この定数は直接は利用しません。
@see getaddrinfo(3linux), gai_strerror(3f... -
Socket
:: AF _ PPP -> Integer (12216.0) -
@todo Point-to-Point Protocol。 Socket.open の第一引数 domain に使用します。
...@todo
Point-to-Point Protocol。
Socket.open の第一引数 domain に使用します。... -
Socket
:: Constants :: AF _ PPP -> Integer (12216.0) -
@todo Point-to-Point Protocol。 Socket.open の第一引数 domain に使用します。
...@todo
Point-to-Point Protocol。
Socket.open の第一引数 domain に使用します。...