Class Qpid::Proton::Transfer
In: lib/core/transfer.rb
Parent: Object

Status of a message transfer on a {Link} Common base class for {Tracker} and {Delivery}.

Methods

connection   id   inspect   link   local_state   new   session   settle   state   to_s   transport   update   wrap  

Included Modules

Util::Deprecation Util::Wrapper State

Classes and Modules

Module Qpid::Proton::Transfer::State

Constants

PROTON_METHOD_PREFIX = "pn_delivery"   @!private

Public Class methods

Public Instance methods

@return [Connection] The parent connection.

@return [String] Unique ID for the transfer in the context of the {link}

@return [Link] The parent link.

@deprecated internal use only

@return [Session] The parent session.

@deprecated internal use only

@return [Integer] Remote state of the transfer, one of the values in {State}

@return [Transport] The parent connection‘s transport.

@deprecated internal use only

[Validate]