Uses of Class
net.i2p.router.transport.TransportManager
Packages that use TransportManager
Package
Description
The transport system allows the usage of communication layers that are below I2P in the stack, on which I2P messages are sent.
-
Uses of TransportManager in net.i2p.router.transport
Methods in net.i2p.router.transport with parameters of type TransportManagerModifier and TypeMethodDescription(package private) static void
GetBidsJob.getBids
(RouterContext context, TransportManager tmgr, OutNetMessage msg) Constructors in net.i2p.router.transport with parameters of type TransportManagerModifierConstructorDescriptionGetBidsJob
(RouterContext ctx, TransportManager tmgr, OutNetMessage msg) Deprecated.unused, see static getBids()UPnPManager
(RouterContext context, TransportManager manager)