Asynchronously shut down part or all of the DTLS connection.
See shutdown for more information.
| this | |
| shutdown_read |
true to stop reception of incoming datagrams |
| shutdown_write |
true to stop sending outgoing datagrams |
| io_priority |
the [I/O priority](iface.AsyncResult.html#io-priority) of the request |
| cancellable |
a Cancellable, or null |
| callback |
callback to call when the shutdown operation is complete |
| user_data |
the data to pass to the callback function |