Ruby DRb::DRbProtocol Functions

EditRocket provides the following information on DRb::DRbProtocol functions in the Ruby source code builder.

add_protocol(prot) - Add a new protocol to the DRbProtocol module.

open(uri, config, first=true) - Open a client connection to uri with the configuration config.

open_server(uri, config, first=true) - Open a server listening for connections at uri with configuration config.

uri_option(uri, config, first=true) - Parse uri into a [uri, option] pair.