public interface SimplePagedResultsControl extends Control
This control is included in the searchRequest and searchResultDone messages and has the following structure:
realSearchControlValue ::= SEQUENCE {
size INTEGER (0..maxInt),
-- requested page size from client
-- result set size estimate from server
cookie OCTET STRING
}
| Modifier and Type | Field and Description |
|---|---|
static ControlDecoder<SimplePagedResultsControl> |
DECODER
A decoder which can be used for decoding the simple paged results request
and response control.
|
| Modifier and Type | Method and Description |
|---|---|
ByteString |
getCookie()
Returns the opaque cookie which is used by the server to track its position
in the set of search results.
|
int |
getSize()
Returns the requested page size when used in a request control from the
client, or an estimate of the result set size when used in a response
control from the server (may be 0, indicating that the server does not
know).
|
getAPIValue, getDetails, getOID, hasValue, isCriticalstatic final ControlDecoder<SimplePagedResultsControl> DECODER
ByteString getCookie()
int getSize()