public interface LDAPListenerImpl extends Closeable
LDAPListener.
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 |
|---|---|
void |
close()
Closes this stream and releases any system resources associated
with it.
|
InetSocketAddress |
getSocketAddress()
Returns the address that this LDAP listener is listening on.
|
InetSocketAddress getSocketAddress()
void close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2011-2015 ForgeRock AS. All Rights Reserved.