Searched refs:isUseTCPKeepAlive (Results 1 - 25 of 30) sorted by relevance

12

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/
H A DHTTPConnectionHandler.java253 || !equals(newCfg.isUseTCPKeepAlive(), currentConfig.isUseTCPKeepAlive())
752 transport.setKeepAlive(currentConfig.isUseTCPKeepAlive());
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DAdministrationConnector.java518 public boolean isUseTCPKeepAlive() method in class:AdministrationConnector.FakeLDAPConnectionHandlerCfg
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DAdministrationConnector.java518 public boolean isUseTCPKeepAlive() method in class:AdministrationConnector.FakeLDAPConnectionHandlerCfg
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DAdministrationConnector.java518 public boolean isUseTCPKeepAlive() method in class:AdministrationConnector.FakeLDAPConnectionHandlerCfg
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/http/
H A DHTTPConnectionHandler.java292 || !equals(newCfg.isUseTCPKeepAlive(), currentConfig
293 .isUseTCPKeepAlive())
836 transport.setKeepAlive(currentConfig.isUseTCPKeepAlive());
/forgerock/opendj2/src/server/org/opends/server/protocols/http/
H A DHTTPConnectionHandler.java273 || !equals(newCfg.isUseTCPKeepAlive(), currentConfig
274 .isUseTCPKeepAlive())
819 transport.setKeepAlive(currentConfig.isUseTCPKeepAlive());
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/http/
H A DHTTPConnectionHandler.java293 || !equals(newCfg.isUseTCPKeepAlive(), currentConfig
294 .isUseTCPKeepAlive())
838 transport.setKeepAlive(currentConfig.isUseTCPKeepAlive());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/http/
H A DHTTPConnectionHandler.java292 || !equals(newCfg.isUseTCPKeepAlive(), currentConfig
293 .isUseTCPKeepAlive())
836 transport.setKeepAlive(currentConfig.isUseTCPKeepAlive());
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/http/
H A DHTTPConnectionHandler.java273 || !equals(newCfg.isUseTCPKeepAlive(), currentConfig
274 .isUseTCPKeepAlive())
819 transport.setKeepAlive(currentConfig.isUseTCPKeepAlive());
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DAdministrationConnector.java517 public boolean isUseTCPKeepAlive() method in class:AdministrationConnector.FakeLDAPConnectionHandlerCfg
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DAdministrationConnector.java517 public boolean isUseTCPKeepAlive() method in class:AdministrationConnector.FakeLDAPConnectionHandlerCfg
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DAdministrationConnector.java389 public boolean isUseTCPKeepAlive() method in class:AdministrationConnector.LDAPConnectionCfgAdapter
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java1212 clientChannel.socket().setKeepAlive(currentConfig.isUseTCPKeepAlive());
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java1211 clientChannel.socket().setKeepAlive(currentConfig.isUseTCPKeepAlive());
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java1212 clientChannel.socket().setKeepAlive(currentConfig.isUseTCPKeepAlive());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java1212 clientChannel.socket().setKeepAlive(currentConfig.isUseTCPKeepAlive());
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java1211 clientChannel.socket().setKeepAlive(currentConfig.isUseTCPKeepAlive());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java1157 clientChannel.socket().setKeepAlive(currentConfig.isUseTCPKeepAlive());
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1341 plainSocket.setKeepAlive(cfg.isUseTCPKeepAlive());
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1335 plainSocket.setKeepAlive(cfg.isUseTCPKeepAlive());
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1341 plainSocket.setKeepAlive(cfg.isUseTCPKeepAlive());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1341 plainSocket.setKeepAlive(cfg.isUseTCPKeepAlive());
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1335 plainSocket.setKeepAlive(cfg.isUseTCPKeepAlive());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1255 plainSocket.setKeepAlive(cfg.isUseTCPKeepAlive());
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java589 public boolean isUseTCPKeepAlive() method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg

Completed in 159 milliseconds

12