abstract struct AMQ::Protocol::Frame::Connection
Direct Known Subclasses
- AMQ::Protocol::Frame::Connection::Blocked
- AMQ::Protocol::Frame::Connection::Close
- AMQ::Protocol::Frame::Connection::CloseOk
- AMQ::Protocol::Frame::Connection::Open
- AMQ::Protocol::Frame::Connection::OpenOk
- AMQ::Protocol::Frame::Connection::Start
- AMQ::Protocol::Frame::Connection::StartOk
- AMQ::Protocol::Frame::Connection::Tune
- AMQ::Protocol::Frame::Connection::TuneOk
- AMQ::Protocol::Frame::Connection::Unblocked
- AMQ::Protocol::Frame::Connection::UpdateSecret
- AMQ::Protocol::Frame::Connection::UpdateSecretOk
Defined in:
amq/protocol/frames.crConstant Summary
-
CLASS_ID =
10_u16
Constructors
Instance Method Summary
Instance methods inherited from struct AMQ::Protocol::Frame::Method
class_id : UInt16
class_id,
method_id : UInt16
method_id,
type : UInt8
type,
wrap(io, format, &)
wrap
Constructor methods inherited from struct AMQ::Protocol::Frame::Method
new(channel : UInt16, bytesize : UInt32 = 0_u32)
new
Class methods inherited from struct AMQ::Protocol::Frame::Method
from_io(channel, bytesize, io, format)
from_io
Instance methods inherited from struct AMQ::Protocol::Frame
bytesize : UInt32
bytesize,
channel : UInt16
channel,
to_io(io : IO, format : IO::ByteFormat)
to_io,
to_slice(format = IO::ByteFormat::SystemEndian) : Bytes
to_slice,
type : UInt8
type,
wrap(io, format : IO::ByteFormat, &) : Nil
wrap
Constructor methods inherited from struct AMQ::Protocol::Frame
new(channel : UInt16, bytesize : UInt32)
new
Class methods inherited from struct AMQ::Protocol::Frame
from_io(io, format = IO::ByteFormat::NetworkEndian, & : Frame -> _)from_io(io, format = IO::ByteFormat::NetworkEndian) from_io