sends the closing handshake. may be send in response to an other handshake. @param code the closing code @param message the closing message
(int code, String message)
| 45 | * @param message the closing message |
| 46 | */ |
| 47 | void close(int code, String message); |
| 48 | |
| 49 | /** |
| 50 | * sends the closing handshake. may be send in response to an other handshake. |
no outgoing calls