Searched refs:getMaxRequestSize (Results 1 - 25 of 31) sorted by relevance

12

/forgerock/opendj-v3/opendj-config/src/test/java/org/forgerock/opendj/config/
H A DConfigurationMockTest.java58 assertThat(mock.getMaxRequestSize()).isEqualTo(5 * 1000 * 1000);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/
H A DHTTPConnectionHandler.java251 || !equals(newCfg.getMaxRequestSize(), currentConfig.getMaxRequestSize())
733 final int requestSize = (int) currentConfig.getMaxRequestSize();
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DAdministrationConnector.java408 public long getMaxRequestSize() method in class:AdministrationConnector.FakeLDAPConnectionHandlerCfg
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DAdministrationConnector.java408 public long getMaxRequestSize() method in class:AdministrationConnector.FakeLDAPConnectionHandlerCfg
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DAdministrationConnector.java408 public long getMaxRequestSize() method in class:AdministrationConnector.FakeLDAPConnectionHandlerCfg
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/http/
H A DHTTPConnectionHandler.java288 || !equals(newCfg.getMaxRequestSize(), currentConfig
289 .getMaxRequestSize())
818 final int requestSize = (int) currentConfig.getMaxRequestSize();
/forgerock/opendj2/src/server/org/opends/server/protocols/http/
H A DHTTPConnectionHandler.java269 || !equals(newCfg.getMaxRequestSize(), currentConfig
270 .getMaxRequestSize())
799 final int requestSize = (int) currentConfig.getMaxRequestSize();
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/http/
H A DHTTPConnectionHandler.java289 || !equals(newCfg.getMaxRequestSize(), currentConfig
290 .getMaxRequestSize())
819 final int requestSize = (int) currentConfig.getMaxRequestSize();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/http/
H A DHTTPConnectionHandler.java288 || !equals(newCfg.getMaxRequestSize(), currentConfig
289 .getMaxRequestSize())
818 final int requestSize = (int) currentConfig.getMaxRequestSize();
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/http/
H A DHTTPConnectionHandler.java269 || !equals(newCfg.getMaxRequestSize(), currentConfig
270 .getMaxRequestSize())
799 final int requestSize = (int) currentConfig.getMaxRequestSize();
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DAdministrationConnector.java407 public long getMaxRequestSize() method in class:AdministrationConnector.FakeLDAPConnectionHandlerCfg
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestLDAPConnectionHandler.java116 int maxReqSize = LDAPConnHandler.getMaxRequestSize();
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestLDAPConnectionHandler.java116 int maxReqSize = LDAPConnHandler.getMaxRequestSize();
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestLDAPConnectionHandler.java117 int maxReqSize = LDAPConnHandler.getMaxRequestSize();
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestLDAPConnectionHandler.java116 int maxReqSize = LDAPConnHandler.getMaxRequestSize();
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestLDAPConnectionHandler.java116 int maxReqSize = LDAPConnHandler.getMaxRequestSize();
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DAdministrationConnector.java407 public long getMaxRequestSize() method in class:AdministrationConnector.FakeLDAPConnectionHandlerCfg
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DAdministrationConnector.java312 public long getMaxRequestSize() method in class:AdministrationConnector.LDAPConnectionCfgAdapter
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/protocols/ldap/
H A DTestLDAPConnectionHandler.java116 int maxReqSize = LDAPConnHandler.getMaxRequestSize();
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java610 public int getMaxRequestSize() method in class:LDAPConnectionHandler
612 return (int) currentConfig.getMaxRequestSize();
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java609 public int getMaxRequestSize() method in class:LDAPConnectionHandler
611 return (int) currentConfig.getMaxRequestSize();
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java610 public int getMaxRequestSize() method in class:LDAPConnectionHandler
612 return (int) currentConfig.getMaxRequestSize();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java610 public int getMaxRequestSize() method in class:LDAPConnectionHandler
612 return (int) currentConfig.getMaxRequestSize();
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java609 public int getMaxRequestSize() method in class:LDAPConnectionHandler
611 return (int) currentConfig.getMaxRequestSize();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java582 public int getMaxRequestSize() method in class:LDAPConnectionHandler
584 return (int) currentConfig.getMaxRequestSize();

Completed in 85 milliseconds

12