120件ヒット
[1-100件を表示]
(0.162秒)
種類
- 特異メソッド (48)
- インスタンスメソッド (36)
- クラス (36)
クラス
-
Net
:: IMAP :: Envelope (24) - Socket (48)
-
Socket
:: UDPSource (12)
キーワード
- FTPPermError (12)
- FTPReplyError (12)
- FTPTempError (12)
-
in
_ reply _ to (12) -
reply
_ to (12) -
udp
_ server _ sockets (48)
検索結果
先頭5件
-
Socket
:: UDPSource # reply(msg) -> () (24201.0) -
msg をリモート側の端点へ送ります。
msg をリモート側の端点へ送ります。
@param msg 送るメッセージ文字列 -
Net
:: IMAP :: Envelope # in _ reply _ to -> String | nil (12217.0) -
In-reply-to の内容を文字列で返します。
...In-reply-to の内容を文字列で返します。
エンベロープに存在しないときは nil を返します。... -
Net
:: IMAP :: Envelope # reply _ to -> [Net :: IMAP :: Address] | nil (12217.0) -
Reply-To を Net::IMAP::Address オブジェクトの配列で返します。
...Reply-To を Net::IMAP::Address オブジェクトの配列で返します。
エンベロープに存在しないときは nil を返します。... -
Socket
. udp _ server _ sockets(host , port) -> [Sockets] (12206.0) -
UDP で host:port を待ち受けるサーバ側のソケットを作成します。
...べて同じ番号を持ちます。
# UDP/IP echo server
require 'socket'
Socket.udp_server_sockets(0) {|sockets|
p sockets.first.local_address.ip_port #=> 32963
Socket.udp_server_loop_on(sockets) {|msg, msg_src|
msg_src.reply msg
}
}
@param host 割り当てるホ... -
Socket
. udp _ server _ sockets(host , port) {|sockets| . . . } -> object (12206.0) -
UDP で host:port を待ち受けるサーバ側のソケットを作成します。
...べて同じ番号を持ちます。
# UDP/IP echo server
require 'socket'
Socket.udp_server_sockets(0) {|sockets|
p sockets.first.local_address.ip_port #=> 32963
Socket.udp_server_loop_on(sockets) {|msg, msg_src|
msg_src.reply msg
}
}
@param host 割り当てるホ... -
Socket
. udp _ server _ sockets(port) -> [Sockets] (12206.0) -
UDP で host:port を待ち受けるサーバ側のソケットを作成します。
...べて同じ番号を持ちます。
# UDP/IP echo server
require 'socket'
Socket.udp_server_sockets(0) {|sockets|
p sockets.first.local_address.ip_port #=> 32963
Socket.udp_server_loop_on(sockets) {|msg, msg_src|
msg_src.reply msg
}
}
@param host 割り当てるホ... -
Socket
. udp _ server _ sockets(port) {|sockets| . . . } -> object (12206.0) -
UDP で host:port を待ち受けるサーバ側のソケットを作成します。
...べて同じ番号を持ちます。
# UDP/IP echo server
require 'socket'
Socket.udp_server_sockets(0) {|sockets|
p sockets.first.local_address.ip_port #=> 32963
Socket.udp_server_loop_on(sockets) {|msg, msg_src|
msg_src.reply msg
}
}
@param host 割り当てるホ... -
Net
:: FTPReplyError (12000.0) -
FTPの応答が 1yz や 3yz であり、それが 想定外であることを表わす例外クラスです。
FTPの応答が 1yz や 3yz であり、それが
想定外であることを表わす例外クラスです。 -
Net
:: FTPPermError (9016.0) -
FTP の応答コード 5yz (Permanent Negative Completion reply) を表す例外クラスです。
...FTP の応答コード 5yz
(Permanent Negative Completion reply)
を表す例外クラスです。
詳しくは 959 を参照してください。...