@Extensible @ThreadSafety(level=INTERFACE_THREADSAFE) public interface UnsolicitedNotificationHandler
LDAPConnectionOptions
for an LDAPConnection
to be called whenever an unsolicited
notification is received for that connection.
UnsolicitedNotificationHandler
instance.Modifier and Type | Method and Description |
---|---|
void |
handleUnsolicitedNotification(LDAPConnection connection,
ExtendedResult notification)
Performs any processing that may be necessary in response to the provided
unsolicited notification that has been received from the server.
|
void handleUnsolicitedNotification(@NotNull LDAPConnection connection, @NotNull ExtendedResult notification)
connection
- The connection on which the unsolicited notification
was received.notification
- The unsolicited notification that has been received
from the server.