| Package | Description |
|---|---|
| net.named_data.jndn | |
| net.named_data.jndn.transport |
| Modifier and Type | Method and Description |
|---|---|
Transport |
Node.getTransport() |
| 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.
|
ThreadPoolFace(ScheduledExecutorService threadPool,
Transport transport,
Transport.ConnectionInfo connectionInfo)
Create a new ThreadPoolFace for communication with an NDN hub with the given
Transport object and connectionInfo.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncTcpTransport
AsyncTcpTransport extends Transport for async communication over TCP by
dispatching reads from an AsynchronousSocketChannel to a
ScheduledExecutorService.
|
class |
TcpTransport |
class |
UdpTransport |
Copyright © 2017. All rights reserved.