property
reference

RawServerSocketReference reference
read-only

Get the [RawServerSocketReference].

WARNING: This feature is highly experimental and currently only works on Linux. The API will be removed in Dart 1.10. Use the shared optional argument on the bind method instead.

The returned [RawServerSocketReference] can be used to create other [RawServerSocket]s listening on the same port, using [RawServerSocketReference.create]. Incoming connections on the port will be distributed fairly between the active server sockets. The [RawServerSocketReference] can be distributed to other isolates through a [RawSendPort].