Uses of Class
org.apache.commons.pool2.proxy.BaseProxyHandler
-
Packages that use BaseProxyHandler Package Description org.apache.commons.pool2.proxy Object pooling proxy implementations. -
-
Uses of BaseProxyHandler in org.apache.commons.pool2.proxy
Subclasses of BaseProxyHandler in org.apache.commons.pool2.proxy Modifier and Type Class Description (package private) classCglibProxyHandler<T>cglib is unmaintained and does not work well (or possibly at all?) in newer JDKs, particularly JDK17+; see https://github.com/cglib/cglib(package private) classJdkProxyHandler<T>Java reflection implementation of the proxy handler.
-