new(uri, soc, config, is_established)
Class Public methods
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
currenly established
This is called automatically based on the DRb protocol.
Please login to continue.