stopListening

stopListening();

The stopListening method of the JadeMultiWorkerTcpTransport class closes the listen connection to prevent further client connections.

To re-open the listen connection, call the beginListening method.

Established client connections are not affected by the state of the listen connection.