()
| 418 | } |
| 419 | |
| 420 | public void onPong() { |
| 421 | this.lastPong = System.currentTimeMillis(); |
| 422 | if (this.verbose) { |
| 423 | System.out.println(getFormattedDate() + "Pong received: " + this.lastPong); |
| 424 | } |
| 425 | } |
| 426 | |
| 427 | void onClose(Object reason) { |
| 428 | if (this.verbose) { |
no test coverage detected