| Package | Description |
|---|---|
| org.apache.directory.server.ldap |
Contains the entry point for the LDAP protocol provider and the
session registry.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.Integer,SearchRequestContainer> |
LdapSession.searchRequests
A map of all the pending search requests
|
| Modifier and Type | Method and Description |
|---|---|
SearchRequestContainer |
LdapSession.getSearchRequest(int messageId)
Find the searchRequestContainer associated with a MessageID
|