- All Implemented Interfaces:
- java.lang.reflect.InvocationHandler
- Enclosing class:
- LoadBalancedConnectionProxy
private static class LoadBalancedConnectionProxy.NullLoadBalancedConnectionProxy
extends java.lang.Object
implements java.lang.reflect.InvocationHandler
A LoadBalancedConnection proxy that provides null-functionality. It can be used as a replacement of the null keyword in the places where a
LoadBalancedConnection object cannot be effectively null because that would be a potential source of NPEs.