Uses of Interface
org.forgerock.opendj.io.LdapSocketConnector
-
Packages that use LdapSocketConnector Package Description org.forgerock.opendj.ldap.spi Interfaces and classes for service providers. -
-
Uses of LdapSocketConnector in org.forgerock.opendj.ldap.spi
Methods in org.forgerock.opendj.ldap.spi that return LdapSocketConnector Modifier and Type Method Description LdapSocketConnector
TransportProvider. newLdapSocketConnector(String host, int port, Options options)
Returns an implementation ofLdapSocketConnector
.
-