()
| 747 | } |
| 748 | |
| 749 | protected cleanup() { |
| 750 | if (this.ws) { |
| 751 | debug("closing webSocketServer"); |
| 752 | this.ws.close(); |
| 753 | // don't delete this.ws because it can be used again if the http server starts listening again |
| 754 | } |
| 755 | } |
| 756 | |
| 757 | /** |
| 758 | * Prepares a request by processing the query string. |