* This method is called in the server thread after server binding succeeds. * * Subclasses may override this method if they wish to record the final * port that was used for the server. */
| 63 | * port that was used for the server. |
| 64 | */ |
| 65 | virtual void bindSuccessful(uint16_t /*port*/) {} |
| 66 | }; |
| 67 | |
| 68 | /** |