| Package | Description |
|---|---|
| net.named_data.jndn.sync |
| Constructor and Description |
|---|
FullPSync2017WithUsers(int expectedNEntries,
Face face,
Name syncPrefix,
Name userPrefix,
FullPSync2017WithUsers.OnUpdate onUpdate,
KeyChain keyChain)
Create a FullPSync2017WithUsers, where syncInterestLifetime is
FullPSync2017.DEFAULT_SYNC_INTEREST_LIFETIME, syncReplyFreshnessPeriod is
FullPSync2017.DEFAULT_SYNC_REPLY_FRESHNESS_PERIOD, and signingInfo is the
default SigningInfo().
|
FullPSync2017WithUsers(int expectedNEntries,
Face face,
Name syncPrefix,
Name userPrefix,
FullPSync2017WithUsers.OnUpdate onUpdate,
KeyChain keyChain,
double syncInterestLifetime,
double syncReplyFreshnessPeriod)
Create a FullPSync2017WithUsers, where signingInfo is the default
SigningInfo().
|
FullPSync2017WithUsers(int expectedNEntries,
Face face,
Name syncPrefix,
Name userPrefix,
FullPSync2017WithUsers.OnUpdate onUpdate,
KeyChain keyChain,
double syncInterestLifetime,
double syncReplyFreshnessPeriod,
SigningInfo signingInfo)
Create a FullPSync2017WithUsers.
|
Copyright © 2019. All rights reserved.