Transport Class¶
[C++]: | #include <ndn-cpp/transport/transport.hpp> Namespace:
ndn |
---|---|
[Python]: | Module: |
[Java]: | Package: |
Realizations: |
Transport Constructor¶
Create a base class Transport where the methods throw an “unimplemented” error. You should use a derived class like UdpTransport.
[C++]: | Transport();
|
---|---|
[Python]: | def __init__(self)
|
[Java]: | public Transport()
|
Transport.ConnectionInfo Class¶
A Transport.ConnectionInfo is a base class for connection information used by subclasses of Transport.
[C++]: | Namespace: ndn |
---|---|
[Python]: | Module: pyndn.transport |
[Java]: | Package: net.named_data.jndn.transport |