Java javax.naming.ldap PagedResultsControl fields, constructors, methods, implement or subclass

Example usage for Java javax.naming.ldap PagedResultsControl fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.naming.ldap PagedResultsControl.

The text is from its open source code.

Constructor

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.