sends the closing handshake. may be send in response to an other handshake.
( int code, String message )
| 31 | * may be send in response to an other handshake. |
| 32 | */ |
| 33 | public void close( int code, String message ); |
| 34 | |
| 35 | public void close( int code ); |
| 36 |
no outgoing calls
no test coverage detected