module Tcp::Multiplex::Helpers

Direct including types

Defined in:

tcp-multiplex-helpers.cr

Instance Method Summary

Instance Method Detail

def byte_next(value : UInt8) : UInt8 #

[View source]
def bytes_to_u16(slice : Bytes) : UInt16 #

[View source]
def bytes_to_u32(slice : Bytes) : UInt32 #

[View source]
def exit_control : Int #

[View source]
def int_to_bytes(int : Int) : Bytes #

[View source]
def md5(slice : Bytes) : String #

[View source]
def ports_s_to_n(ports : String) : Array(UInt16) #

[View source]