Results for: "OptionParser"

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available

ReadTimeout, a subclass of Timeout::Error, is raised if a chunk of the response cannot be read within the read_timeout.

Represents an SMTP command syntax error (error code 500)

Represents a fatal SMTP error (error code 5xx, except for 500)

Unexpected reply code returned from server.

No documentation available

Generates all integers which are greater than 2 and are not divisible by either 2 or 3.

This is a pseudo-prime generator, suitable on checking primality of an integer by brute force method.

Internal use. An implementation of Eratosthenes’ sieve

The error type thrown by all PStore methods.

Indicates a failure to resolve a name or address.

Indicates a timeout resolving a name or address.

No documentation available
No documentation available

A Source that wraps an IO. See the Source class for method documentation

No documentation available

Wrapper class. Use this class to access the XPath functions.

Rinda error base class

Raised when trying to use a canceled tuple.

Raised when trying to use an expired tuple.

TupleSpaceProxy allows a remote Tuplespace to appear as local.

RingFinger is used by RingServer clients to discover the RingServer’s TupleSpace. Typically, all a client needs to do is call RingFinger.primary to retrieve the remote TupleSpace, which it can then begin using.

To find the first available remote TupleSpace:

Rinda::RingFinger.primary

To create a RingFinger that broadcasts to a custom list:

rf = Rinda::RingFinger.new  ['localhost', '192.0.2.1']
rf.primary

Rinda::RingFinger also understands multicast addresses and sets them up properly. This allows you to run multiple RingServers on the same host:

rf = Rinda::RingFinger.new ['239.0.0.1']
rf.primary

You can set the hop count (or TTL) for multicast searches using multicast_hops.

If you use IPv6 multicast you may need to set both an address and the outbound interface index:

rf = Rinda::RingFinger.new ['ff02::1']
rf.multicast_interface = 1
rf.primary

At this time there is no easy way to get an interface index by name.

Search took: 6ms  ·  Total Results: 4252