Sha256: 55166f14119ce991ea29aeadab62abe034281eaa7ca2860c29bd4c53e1b6b9a9
Contents?: true
Size: 357 Bytes
Versions: 4
Compression:
Stored size: 357 Bytes
Contents
module Stomper module Frames # Encapsulates a "DISCONNECT" frame from the Stomp Protocol. # # See the {Stomp Protocol Specification}[http://stomp.codehaus.org/Protocol] # for more details. class Disconnect < Stomper::Frames::ClientFrame def initialize(headers={}) super('DISCONNECT', headers) end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
stomper-0.4 | lib/stomper/frames/disconnect.rb |
stomper-0.3.2 | lib/stomper/frames/disconnect.rb |
stomper-0.3.1 | lib/stomper/frames/disconnect.rb |
stomper-0.3.0 | lib/stomper/frames/disconnect.rb |