Tcp::Multiplex::Base
Inherits Tcp::Multiplex::Helpers < Reference < Object
Constants
DEMUX_TYPE_MGM = Bytes.new(2, 1)
DEMUX_TYPE_RECV = Bytes.new(1, 0)
DEMUX_TYPE_SEND = Bytes.new(1, 1)
MGM_COMMAND_CLOSE_CLIENT = 58.to_u8
Constructors
Instance methods
data_flow_demux_sock_to_demux_ch(socket : TCPSocket, channel : Channel(Bytes), side_ch : Channel(Bytes))
Source