Example usage for Java javax.naming.ldap PagedResultsControl fields, constructors, methods, implement or subclass
The text is from its open source code.
PagedResultsControl(int pageSize, boolean criticality) Constructs a control to set the number of entries to be returned per page of results. | |
PagedResultsControl(int pageSize, byte[] cookie, boolean criticality) Constructs a control to set the number of entries to be returned per page of results. |