Uses of Class
io.agroal.pool.ConnectionHandler
-
Packages that use ConnectionHandler Package Description io.agroal.pool io.agroal.pool.util io.agroal.pool.wrapper -
-
Uses of ConnectionHandler in io.agroal.pool
Methods in io.agroal.pool with parameters of type ConnectionHandler Modifier and Type Method Description voidConnectionPool. returnConnectionHandler(ConnectionHandler handler)voidPool. returnConnectionHandler(ConnectionHandler handler)voidPoolless. returnConnectionHandler(ConnectionHandler handler) -
Uses of ConnectionHandler in io.agroal.pool.util
-
Uses of ConnectionHandler in io.agroal.pool.wrapper
Methods in io.agroal.pool.wrapper that return ConnectionHandler Modifier and Type Method Description ConnectionHandlerConnectionWrapper. getHandler()Constructors in io.agroal.pool.wrapper with parameters of type ConnectionHandler Constructor Description ConnectionWrapper(ConnectionHandler connectionHandler, boolean trackResources)ConnectionWrapper(ConnectionHandler connectionHandler, boolean trackResources, boolean detached)
-