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

abobrov
09.20.2009 80ba73b84145e2a3e92d96978c32aab19135865d
opendj-sdk/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