mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
03.53.2007 fcf635c6a4436df96ac25e50f76d7e2c78e971b9
opends/src/server/org/opends/server/protocols/ldap/LDAPConnectionHandler.java
@@ -486,6 +486,20 @@
  /**
   * Retrieves the maximum length of time in milliseconds that attempts to write
   * to LDAP client connections should be allowed to block.
   *
   * @return  The maximum length of time in milliseconds that attempts to write
   *          to LDAP client connections should be allowed to block, or zero if
   *          there should not be any limit imposed.
   */
  public long getMaxBlockedWriteTimeLimit() {
    return currentConfig.getMaxBlockedWriteTimeLimit();
  }
  /**
   * Retrieves the maximum ASN.1 element value length that will be
   * allowed by this connection handler.
   *