abort
Manually aborts the connection, forcing the underlying connection pool (like HikariCP) to evict it instead of returning it to the pool.
The session is finished afterwards, on the same terms as one that has been closed: anything asked of it from here raises NetworkException.