| Package | Description |
|---|---|
| net.named_data.jndn | |
| net.named_data.jndn.impl | |
| net.named_data.jndn.sync | |
| net.named_data.jndn.util |
| Modifier and Type | Method and Description |
|---|---|
long |
Face.expressInterest(Interest interest,
OnData onData)
Send the Interest through the transport, read the entire response and call
onData(interest, data).
|
long |
Face.expressInterest(Interest interest,
OnData onData,
OnTimeout onTimeout)
Send the Interest through the transport, read the entire response and call
onData(interest, data).
|
long |
Face.expressInterest(Interest interest,
OnData onData,
OnTimeout onTimeout,
WireFormat wireFormat)
Send the Interest through the transport, read the entire response and call
onData(interest, data).
|
long |
ThreadPoolFace.expressInterest(Interest interest,
OnData onData,
OnTimeout onTimeout,
WireFormat wireFormat)
Submit a task to the thread pool to send the Interest through the
transport, read the entire response and call onData(interest, data).
|
long |
Face.expressInterest(Interest interest,
OnData onData,
WireFormat wireFormat)
Send the Interest through the transport, read the entire response and call
onData(interest, data).
|
void |
Node.expressInterest(long pendingInterestId,
Interest interest,
OnData onData,
OnTimeout onTimeout,
WireFormat wireFormat,
Face face)
Send the Interest through the transport, read the entire response and call
onData(interest, data).
|
long |
Face.expressInterest(Name name,
Interest interestTemplate,
OnData onData)
Encode name as an Interest.
|
long |
Face.expressInterest(Name name,
Interest interestTemplate,
OnData onData,
OnTimeout onTimeout)
Encode name as an Interest.
|
long |
Face.expressInterest(Name name,
Interest interestTemplate,
OnData onData,
OnTimeout onTimeout,
WireFormat wireFormat)
Encode name as an Interest.
|
long |
Face.expressInterest(Name name,
Interest interestTemplate,
OnData onData,
WireFormat wireFormat)
Encode name as an Interest.
|
long |
Face.expressInterest(Name name,
OnData onData)
Encode name as an Interest.
|
long |
Face.expressInterest(Name name,
OnData onData,
OnTimeout onTimeout)
Encode name as an Interest.
|
long |
Face.expressInterest(Name name,
OnData onData,
OnTimeout onTimeout,
WireFormat wireFormat)
Encode name as an Interest.
|
long |
Face.expressInterest(Name name,
OnData onData,
WireFormat wireFormat)
Encode name as an Interest.
|
| Modifier and Type | Method and Description |
|---|---|
OnData |
PendingInterestTable.Entry.getOnData()
Get the OnData callback given to the constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PendingInterestTable.Entry |
PendingInterestTable.add(long pendingInterestId,
Interest interestCopy,
OnData onData,
OnTimeout onTimeout)
Add a new entry to the pending interest table.
|
| Constructor and Description |
|---|
PendingInterestTable.Entry(long pendingInterestId,
Interest interest,
OnData onData,
OnTimeout onTimeout)
Create a new Entry with the given fields.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChronoSync2013
ChronoSync2013 implements the NDN ChronoSync protocol as described in the
2013 paper "Let's ChronoSync: Decentralized Dataset State Synchronization in
Named Data Networking".
|
| Modifier and Type | Class and Description |
|---|---|
class |
SegmentFetcher
SegmentFetcher is a utility class to fetch the latest version of segmented data.
|
Copyright © 2016. All rights reserved.