| Package | Description |
|---|---|
| net.named_data.jndn | |
| net.named_data.jndn.sync | |
| net.named_data.jndn.util |
| Modifier and Type | Method and Description |
|---|---|
void |
OnInterestCallback.onInterest(Name prefix,
Interest interest,
Face face,
long interestFilterId,
InterestFilter filter)
When an interest is received which matches the interest filter, onInterest
is called.
|
long |
Face.setInterestFilter(InterestFilter filter,
OnInterestCallback onInterest)
Add an entry to the local interest filter table to call the onInterest
callback for a matching incoming Interest.
|
long |
Node.setInterestFilter(InterestFilter filter,
OnInterestCallback onInterest,
Face face)
Add an entry to the local interest filter table to call the onInterest
callback for a matching incoming Interest.
|
| Constructor and Description |
|---|
InterestFilter(InterestFilter interestFilter)
Create an InterestFilter which is a copy of the given interestFilter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChronoSync2013.onInterest(Name prefix,
Interest interest,
Face face,
long interestFilterId,
InterestFilter filter)
Process the sync interest from the applicationBroadcastPrefix.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MemoryContentCache.onInterest(Name prefix,
Interest interest,
Face face,
long interestFilterId,
InterestFilter filter) |
Copyright © 2015. All rights reserved.