Parent

Class Index [+]

Quicksearch

AMQ::Protocol::Connection::Secure

Attributes

challenge[R]

Public Class Methods

decode(data) click to toggle source

@return

     # File lib/amq/protocol/client.rb, line 356
356:         def self.decode(data)
357:           offset = 0
358:           length = data[offset, 4].unpack(PACK_UINT32).first
359:           offset += 4
360:           challenge = data[offset, length]
361:           offset += length
362:           self.new(challenge)
363:         end
has_content?() click to toggle source
     # File lib/amq/protocol/client.rb, line 370
370:         def self.has_content?
371:           false
372:         end
new(challenge) click to toggle source
     # File lib/amq/protocol/client.rb, line 366
366:         def initialize(challenge)
367:           @challenge = challenge
368:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.