public interface LdapSocketConnector extends Closeable
LdapSocket
connected to a peer each time it is subscribed.Modifier and Type | Method and Description |
---|---|
void |
close()
Releases any resources associated with this connector.
|
io.reactivex.Single<LdapSocket> |
connect()
Returns a
Single which connects to a peer each time it is subscribed. |
io.reactivex.Single<LdapSocket> connect()
Single
which connects to a peer each time it is subscribed.Single
which connects to a peer each time it is subscribed.void close()
IllegalStateException
.
Calling this method on a connector that is already closed has no effect.
close
in interface AutoCloseable
close
in interface Closeable
Copyright © 2010-2018, ForgeRock All Rights Reserved.