Parent

Methods

Class Index [+]

Quicksearch

MessagePack::RPC::UDPServerTransport::ResponseSender

Public Class Methods

new(io, host, port) click to toggle source
     # File lib/msgpack/rpc/transport/udp.rb, line 183
183:                 def initialize(io, host, port)
184:                         @io = io
185:                         @host = host
186:                         @port = port
187:                 end

Public Instance Methods

send_data(data) click to toggle source

MessageSendable interface

     # File lib/msgpack/rpc/transport/udp.rb, line 190
190:                 def send_data(data)
191:                         @io.send(data, 0, @host, @port)
192:                 end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.