Package | Description |
---|---|
net.i2p.router.transport |
The transport system allows the usage of communication layers that are below I2P in the stack, on which I2P messages are sent.
|
net.i2p.router.transport.ntcp |
The NTCP transport allows passing I2P messages on top of TCP.
|
net.i2p.router.transport.udp |
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
|
Modifier and Type | Class and Description |
---|---|
class |
TransportImpl
Defines a way to send a message to another peer and start listening for messages
|
Modifier and Type | Method and Description |
---|---|
Transport |
TransportBid.getTransport()
Specifies the transport that offered this bid
|
Transport |
TransportManager.getTransport(String style) |
Modifier and Type | Method and Description |
---|---|
void |
TransportManager.addTransport(Transport transport) |
void |
TransportManager.removeTransport(Transport transport) |
void |
TransportBid.setTransport(Transport transport) |
Modifier and Type | Class and Description |
---|---|
class |
NTCPTransport
The NIO TCP transport
|
Modifier and Type | Class and Description |
---|---|
class |
UDPTransport
The SSU transport
|