るりまサーチ

最速Rubyリファレンスマニュアル検索!
2783件ヒット [201-300件を表示] (0.072秒)

別のキーワード

  1. socket new
  2. socket tcp_server_sockets
  3. socket udp_server_sockets
  4. socket listen

クラス

モジュール

キーワード

検索結果

<< < 1 2 3 4 5 ... > >>

Socket::PF_UNIX -> Integer (17056.0)

Unix domain socket。 Socket.open の第一引数 domain に使用します。

...Unix domain socket
Socket
.open の第一引数 domain に使用します。

@see sys/socket.h(header), unix(7linux)...

Socket::SOCK_DGRAM -> Integer (17052.0)

データグラム通信。 Socket.open の第二引数 type に使用します。

...データグラム通信。
Socket
.open の第二引数 type に使用します。

@see socket(2), Socket.open...

Socket::SOCK_RDM -> Integer (17052.0)

信頼性のあるデータグラム通信。 Socket.open の第二引数 type に使用します。

...信頼性のあるデータグラム通信。
Socket
.open の第二引数 type に使用します。

@see socket(2linux), Socket.open...

Socket::AF_ISO -> Integer (17050.0)

@todo ISO Open Systems Interconnection protocols。 Socket.open の第一引数 domain に使用します。

...@todo
ISO Open Systems Interconnection protocols。
Socket
.open の第一引数 domain に使用します。...

Socket::AF_OSI -> Integer (17050.0)

@todo ISO Open Systems Interconnection protocols。 Socket.open の第一引数 domain に使用します。

...@todo
ISO Open Systems Interconnection protocols。
Socket
.open の第一引数 domain に使用します。...

絞り込み条件を変える

Socket::PF_ISO -> Integer (17050.0)

@todo ISO Open Systems Interconnection protocols。 Socket.open の第一引数 domain に使用します。

...@todo
ISO Open Systems Interconnection protocols。
Socket
.open の第一引数 domain に使用します。...

Socket::PF_OSI -> Integer (17050.0)

@todo ISO Open Systems Interconnection protocols。 Socket.open の第一引数 domain に使用します。

...@todo
ISO Open Systems Interconnection protocols。
Socket
.open の第一引数 domain に使用します。...

Socket::AF_APPLETALK -> Integer (17046.0)

Apple talk。 Socket.open の第一引数 domain に使用します。

...Apple talk。
Socket
.open の第一引数 domain に使用します。

@see socket(2linux), socket(2freebsd), ddp(7linux)...

Socket::AF_INET -> Integer (17046.0)

IPv4。 Socket.open の第一引数 domain に使用します。

...IPv4。
Socket
.open の第一引数 domain に使用します。

@see sys/socket.h(header), socket(2freebsd), ip(7linux)...

Socket::AF_INET6 -> Integer (17046.0)

IPv6。 Socket.open の第一引数 domain に使用します。

...IPv6。
Socket
.open の第一引数 domain に使用します。

@see sys/socket.h(header), socket(2freebsd), ipv6(7linux)...

絞り込み条件を変える

<< < 1 2 3 4 5 ... > >>