Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
module
STOMP
Constants
HEAD_DECODE =
HEAD_ENCODE
.reverse
HEAD_ENCODE = [{'\\', "\\\\"}, {'\r', "\\r"}, {'\n', "\\n"}, {':', "\\c"}]
Log = ::
Log
.for("stomp")
Class methods
decode_header
(value :
String
) :
String
Source
encode_header
(value) :
String
Source
Nested types
STOMP::AckMode
STOMP::Client
STOMP::Command
STOMP::Frame
STOMP::IOClient
STOMP::ProtocolError
STOMP::ResponseError
STOMP::Version