public interface LdapSocketAcceptor extends Closeable
LdapSocket
.Modifier and Type | Method and Description |
---|---|
void |
close()
Closes this LDAP socket acceptor.
|
Options |
getOptions()
Returns a copy of the options currently used by this LDAP listener.
|
Set<InetSocketAddress> |
getSocketAddresses()
Returns the addresses that this LDAP socket acceptor is listening on.
|
boolean |
setOptions(Options newOptions)
Updates the options of this LDAP socket acceptor.
|
Set<InetSocketAddress> getSocketAddresses()
boolean setOptions(Options newOptions)
newOptions
- The LDAP socket acceptor options.true
if some or all options have been applied, false
if options cannot be changed.Options getOptions()
LdapSocketAcceptor.setOptions(Options)
.void close()
Calling this method on an acceptor that is already closed has no effect.
close
in interface AutoCloseable
close
in interface Closeable
Copyright © 2010-2018, ForgeRock All Rights Reserved.