( begin auto-generated from Server_active.xml ) Returns true if this server is still active and hasn't run into any trouble. ( end auto-generated ) @webref server:server @brief Return true if this server is still active.
()
| 194 | * @brief Return true if this server is still active. |
| 195 | */ |
| 196 | public boolean active() { |
| 197 | return thread != null; |
| 198 | } |
| 199 | |
| 200 | |
| 201 | static public String ip() { |