Actions
Feature #2578
openCallback classes should not be under net.named_data.jndn, but at some higher level
Status:
New
Priority:
Normal
Assignee:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Callbacks such as OnData, OnInterest, ... and many others should not be exposed directly under net.named_data.jndn namespace. In many cases, these can go directly into the relevant class definition (e.g., inside Face class).
It could be also ok, if we simply move them to net.named_data.jndn.callbacks, but it scatters code more and I prefer them to be part of classes they serve.
Updated by Jeff Burke over 9 years ago
Makes sense to consider this. How much of a priority do you think it is?
Actions