public interface LDAPConnectionFactoryImpl extends ConnectionFactory
LDAPConnectionFactory.
An implementation class is provided by a TransportProvider.
The implementation can be automatically loaded using the
java.util.ServiceLoader facility if its provider extending
TransportProvider is declared in the provider-configuration file
META-INF/services/org.forgerock.opendj.ldap.spi.TransportProvider.
| Modifier and Type | Method and Description |
|---|---|
String |
getHostName()
Returns the hostname used by the connections created by this factory.
|
int |
getPort()
Returns the remote port number used by the connections created by this
factory.
|
InetSocketAddress |
getSocketAddress()
Returns the address used by the connections created by this factory.
|
close, getConnection, getConnectionAsyncInetSocketAddress getSocketAddress()
String getHostName()
int getPort()
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.