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

abobrov
09.20.2009 2bbfdcf54303286798114aee270531f65c9c3a7c
opends/src/server/org/opends/server/protocols/ldap/LDAPConnectionHandler.java
@@ -601,6 +601,19 @@
  /**
   * Retrieves the size in bytes of the LDAP response message
   * write buffer defined for this connection handler.
   *
   * @return The size in bytes of the LDAP response
   *         message write buffer.
   */
  public int getBufferSize() {
    return (int) currentConfig.getBufferSize();
  }
  /**
   * {@inheritDoc}
   */
  @Override