method

new

ruby latest stable - Class: DRb::DRbSSLSocket
new(uri, soc, config, is_established)
public

Create a DRb::DRbSSLSocket instance.

uri is the URI we are connected to. soc is the tcp socket we are bound to. config is our configuration. Either a Hash or SSLConfig is_established is a boolean of whether soc is currently established

This is called automatically based on the DRb protocol.