Inform the handler that the endpoint has stopped accepting any new connections. Typically, the endpoint will be stopped shortly afterwards but it is possible that the endpoint will be resumed so the handler should not assume that a stop will follow.
()
| 173 | * assume that a stop will follow. |
| 174 | */ |
| 175 | void pause(); |
| 176 | |
| 177 | |
| 178 | /** |
no outgoing calls
no test coverage detected