UDXMultiplexer constructor

UDXMultiplexer(
  1. RawDatagramSocket socket
)

Implementation

UDXMultiplexer(this.socket) {
  _listen();
}