multiplex static method
Creates a server side multiplexed socket over one channel.
The multiplexer now owns the channel.
Implementation
static ServerSocket multiplex(L2CapChannel channel) => _L2CapChannelServerSocket.multiplexed(channel);
Creates a server side multiplexed socket over one channel.
The multiplexer now owns the channel.
static ServerSocket multiplex(L2CapChannel channel) => _L2CapChannelServerSocket.multiplexed(channel);