Package org.ldaptive

Class SingleConnectionFactory.ConnectionProxy

java.lang.Object
org.ldaptive.SingleConnectionFactory.ConnectionProxy
All Implemented Interfaces:
InvocationHandler
Enclosing class:
SingleConnectionFactory

protected static class SingleConnectionFactory.ConnectionProxy extends Object implements InvocationHandler
Contains the connection used by this factory.
  • Field Details

    • HASH_CODE_SEED

      private static final int HASH_CODE_SEED
      hash code seed.
      See Also:
    • conn

      private final Connection conn
      Underlying connection.
  • Constructor Details

    • ConnectionProxy

      public ConnectionProxy(Connection c)
      Creates a new connection proxy.
      Parameters:
      c - connection to proxy
  • Method Details