Parent

Class Index [+]

Quicksearch

MessagePack::RPC::UDPTransport

Public Class Methods

new() click to toggle source
    # File lib/msgpack/rpc/transport/udp.rb, line 23
23:         def initialize
24:         end

Public Instance Methods

build_transport(session, address) click to toggle source

Transport interface

    # File lib/msgpack/rpc/transport/udp.rb, line 27
27:         def build_transport(session, address)
28:                 UDPClientTransport.new(session, address)
29:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.