class AMQ::Protocol::Tx::Select
Public Class Methods
encode(channel)
click to toggle source
@return
# File lib/amq/protocol/client.rb, line 2126 def self.encode(channel) buffer = @packed_indexes.dup MethodFrame.new(buffer, channel) end
has_content?()
click to toggle source
# File lib/amq/protocol/client.rb, line 2120 def self.has_content? false end