| Package | Description |
|---|---|
| net.named_data.jndn | |
| 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 |
Node.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 |
Face.expressInterest(Interest interest,
OnData onData,
WireFormat wireFormat)
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 | 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 © 2015. All rights reserved.