Class Qpid::Proton::Reactor::Reactor
In: lib/reactor/reactor.rb
Parent: Object

Methods

Included Modules

Qpid::Proton::Util::Handler Qpid::Proton::Util::SwigHelper Qpid::Proton::Util::Timeout Qpid::Proton::Util::Wrapper

Constants

PROTON_METHOD_PREFIX = "pn_reactor"   @private

Attributes

errors  [R] 

Public Class methods

Public Instance methods

Returns whether the reactor has any unbuffered data.

@return [Boolean] True if there is no unbuffered data.

Returns the timeout period.

@return [Fixnum] The timeout period, in seconds.

Sets the timeout period.

@param timeout [Fixnum] The timeout, in seconds.

[Validate]