class SocketIO::Decoders::BaseDecoder

Defined in:

socket_io/decoders/base_decoder.cr

Instance Method Summary

Instance methods inherited from class SocketIO::Decoder

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

Instance Method Detail

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

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

[View source]