public interface SearchCursor extends Cursor<Response>
Modifier and Type | Method and Description |
---|---|
Entry |
getEntry() |
IntermediateResponse |
getIntermediate() |
Referral |
getReferral() |
SearchResultDone |
getSearchResultDone()
gives the SearchResultDone message received at the end of search results
|
boolean |
isDone() |
boolean |
isEntry() |
boolean |
isIntermediate() |
boolean |
isReferral() |
after, afterLast, available, before, beforeFirst, close, first, get, isAfterLast, isBeforeFirst, isClosed, isFirst, isLast, last, next, previous, setClosureMonitor, toString
forEach, iterator, spliterator
boolean isDone()
SearchResultDone getSearchResultDone()
boolean isReferral()
Referral getReferral() throws LdapException
LdapException
- If theboolean isEntry()
Entry getEntry() throws LdapException
LdapException
- If theboolean isIntermediate()
IntermediateResponse getIntermediate() throws LdapException
LdapException
- If theCopyright © 2003–2023 The Apache Software Foundation. All rights reserved.