multiplex static method

ServerSocket multiplex(
  1. L2CapChannel channel
)

Creates a server side multiplexed socket over one channel.

The multiplexer now owns the channel.

Implementation

static ServerSocket multiplex(L2CapChannel channel) => _L2CapChannelServerSocket.multiplexed(channel);