Flowdock
open_server(uri, config) public

Returns a DRb::DRbSSLSocket instance as a server-side connection, with the SSL connected. This is called from DRb::start_service or while connecting to a remote object:

DRb.start_service 'drbssl://localhost:0', front, config

uri is the URI we are connected to, ‘drbssl://localhost:0’ above, config is our configuration. Either a Hash or DRb::DRbSSLSocket::SSLConfig

Show source
Register or log in to add new notes.