SimplePagedResultsControl class

A Simple Paged Result Control The client sends this control to the server to get back paged results. The control is returned by the server. The cookie value returned in the control should be used to fetch the next page of results. See example/paged_search.dart for usage.

Inheritance

Constructors

SimplePagedResultsControl({bool isCritical = false, int size = 100, List<int> cookie = const <int>[]})
SimplePagedResultsControl.fromASN1(ASN1OctetString s)

Properties

no setter
hashCode int
The hash code for this object.
no setterinherited
isCritical bool
getter/setter pairinherited
isEmptyCookie bool
no setter
oid String
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
octetString2Sequence(ASN1OctetString s) → ASN1Sequence
inherited
startSequence() → ASN1Sequence
Subclasses may want to call this to start the encoding sequence. All controls start with the OID and a critical flag, followed by the optional encoded control values
inherited
toASN1() → ASN1Sequence
pagedResultsControl ::= SEQUENCE {
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

OID → const String