Product Information > JADE Encyclopaedia of Classes – Volume 1 > Chapter 1 - System Classes > stopListening

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.