class SocketIO::Decoders::MsgpackDecoder

Defined in:

socket_io/decoders/msgpack_decoder.cr

Constructors

Instance Method Summary

Instance methods inherited from class SocketIO::Decoder

decode(message : String | Bytes) : Packet decode, encode(packet : Packet) : String | Bytes encode

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def decode(message : String | Bytes) : Packet #

[View source]
def encode(packet : Packet) : Bytes | String #

[View source]