| Package | Description |
|---|---|
| net.named_data.jndn | |
| net.named_data.jndn.transport |
| Modifier and Type | Method and Description |
|---|---|
Transport |
Node.getTransport() |
| Modifier and Type | Method and Description |
|---|---|
void |
OnInterest.onInterest(Name prefix,
Interest interest,
Transport transport,
long interestFilterId)
When an interest is received which matches the name prefix, onInterest is
called.
|
| Constructor and Description |
|---|
Face(Transport transport,
Transport.ConnectionInfo connectionInfo)
Create a new Face for communication with an NDN hub with the given
Transport object and connectionInfo.
|
Node(Transport transport,
Transport.ConnectionInfo connectionInfo)
Create a new Node for communication with an NDN hub with the given
Transport object and connectionInfo.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TcpTransport |
class |
UdpTransport |
Copyright © 2015. All rights reserved.