shared property

bool shared
final

If shared is true and more HttpServers from this isolate or other isolates are bound to the port, then the incoming connections will be distributed among all the bound HttpServers.

Connections can be distributed over multiple isolates this way.

Default shared is true.

Implementation

final bool shared;