Uses of Class
net.i2p.router.transport.TransportImpl
Package | Description |
---|---|
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.
|
-
Uses of TransportImpl in net.i2p.router.transport.ntcp
Subclasses of TransportImpl in net.i2p.router.transport.ntcp Modifier and Type Class Description class
NTCPTransport
The NIO TCP transport -
Uses of TransportImpl in net.i2p.router.transport.udp
Subclasses of TransportImpl in net.i2p.router.transport.udp Modifier and Type Class Description class
UDPTransport
The SSU transport