Searched defs:timeoutClientChannel (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java428 private final ByteChannel timeoutClientChannel; field in class:LDAPClientConnection
477 timeoutClientChannel = new TimeoutWriteByteChannel();
509 timeoutClientChannel);
518 enableSSL(connectionHandler.getTLSByteChannel(timeoutClientChannel));
2542 connectionHandler.getTLSByteChannel(timeoutClientChannel);
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java427 private final ByteChannel timeoutClientChannel; field in class:LDAPClientConnection
477 timeoutClientChannel = new TimeoutWriteByteChannel();
509 timeoutClientChannel);
518 enableSSL(connectionHandler.getTLSByteChannel(timeoutClientChannel));
2559 connectionHandler.getTLSByteChannel(timeoutClientChannel);
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java428 private final ByteChannel timeoutClientChannel; field in class:LDAPClientConnection
477 timeoutClientChannel = new TimeoutWriteByteChannel();
509 timeoutClientChannel);
518 enableSSL(connectionHandler.getTLSByteChannel(timeoutClientChannel));
2542 connectionHandler.getTLSByteChannel(timeoutClientChannel);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java428 private final ByteChannel timeoutClientChannel; field in class:LDAPClientConnection
477 timeoutClientChannel = new TimeoutWriteByteChannel();
509 timeoutClientChannel);
518 enableSSL(connectionHandler.getTLSByteChannel(timeoutClientChannel));
2542 connectionHandler.getTLSByteChannel(timeoutClientChannel);
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java427 private final ByteChannel timeoutClientChannel; field in class:LDAPClientConnection
477 timeoutClientChannel = new TimeoutWriteByteChannel();
509 timeoutClientChannel);
518 enableSSL(connectionHandler.getTLSByteChannel(timeoutClientChannel));
2559 connectionHandler.getTLSByteChannel(timeoutClientChannel);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java423 private final ByteChannel timeoutClientChannel; field in class:LDAPClientConnection
468 timeoutClientChannel = new TimeoutWriteByteChannel();
499 timeoutClientChannel);
506 enableSSL(connectionHandler.getTLSByteChannel(timeoutClientChannel));
2451 connectionHandler.getTLSByteChannel(timeoutClientChannel);

Completed in 54 milliseconds