Uses of Class
net.i2p.router.transport.TransportImpl

Packages that use TransportImpl
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
 class NTCPTransport
           
 

Uses of TransportImpl in net.i2p.router.transport.udp
 

Subclasses of TransportImpl in net.i2p.router.transport.udp
 class UDPTransport