るりまサーチ

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

別のキーワード

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

ライブラリ

クラス

キーワード

検索結果

<< 1 2 > >>

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 を参照してください。...
<< 1 2 > >>