Class Qpid::Proton::Selectable
In: lib/core/selectable.rb
Parent: Object

Selectable enables accessing the underlying file descriptors for Messenger.

@private

Methods

deadline   deadline=   fileno   fileno   new   reading=   to_io   wrap   writing=  

Included Modules

Util::SwigHelper Util::Wrapper

Constants

PROTON_METHOD_PREFIX = "pn_selectable"   @private
DEFAULT = Object.new

Public Class methods

@private

@private

Public Instance methods

Returns the underlying file descriptor.

This can be used in conjunction with the IO class.

[Validate]