abort
Description:
public void abort ()
Cancels all pending requests in this and closes all idle persistent connections.
The message cancellation has the same semantics as with cancel_message; asynchronous requests on a SessionAsync will have their callback called before abort returns. Requests on a plain Session will not.
Parameters:
this |
the session |