check_insecure_method

check_insecure_method(obj, msg_id) Instance Public methods Check that a method is callable via dRuby. obj is the object we want to invoke the method on. msg_id is the method name, as a Symbol. If the method is an insecure method (see insecure_method?) a SecurityError is thrown. If the method is private or undefined, a NameError is thrown.

here?

here?(uri) Instance Public methods Is uri the URI for this server?

stop_service

stop_service() Instance Public methods Stop this server.

to_id

to_id(obj) Instance Public methods Convert a local object to a dRuby reference.

to_obj

to_obj(ref) Instance Public methods Convert a dRuby reference to the local object it refers to.

verbose 2

verbose() Instance Public methods Get whether the server is in verbose mode. In verbose mode, failed calls are logged to stdout.

verbose= 2

verbose=(v) Instance Public methods Set whether to operate in verbose mode. In verbose mode, failed calls are logged to stdout.

new

new(config) Class Public methods Create a new DRb::DRbSSLSocket::SSLConfig instance The DRb::DRbSSLSocket will take either a config Hash or an instance of SSLConfg, and will setup the certificate for its session for the configuration. If want it to generate a generic certificate, the bare minimum is to provide the :SSLCertName Config options From config Hash: :SSLCertificate An instance of OpenSSL::X509::Certificate. If this is not provided, then a generic X509 is generated, wi

[]

[](key) Instance Public methods A convenience method to access the values like a Hash

accept

accept(tcp) Instance Public methods Accept connection to IO tcp, with context of the current certificate configuration