Package live.hms.video.sdk.models
Class PeerListIterator
-
- All Implemented Interfaces:
public final class PeerListIterator
-
-
Field Summary
Fields Modifier and Type Field Description private Integerlimitprivate IntegertotalCount
-
Constructor Summary
Constructors Constructor Description PeerListIterator(PeerListIteratorOptions peerListIteratorOptions)
-
Method Summary
Modifier and Type Method Description final IntegergetLimit()The page size given while calling Find peers final UnitsetLimit(Integer limit)The page size given while calling Find peers final IntegergetTotalCount()The total count of peers in this iterator final UnitsetTotalCount(Integer totalCount)The total count of peers in this iterator final BooleanhasNext()final Unitnext(PeerListResultListener peerListResultListener)-
-
Constructor Detail
-
PeerListIterator
PeerListIterator(PeerListIteratorOptions peerListIteratorOptions)
-
-
Method Detail
-
getTotalCount
final Integer getTotalCount()
The total count of peers in this iterator
-
setTotalCount
final Unit setTotalCount(Integer totalCount)
The total count of peers in this iterator
-
next
final Unit next(PeerListResultListener peerListResultListener)
-
-
-
-