Uses of Class
net.i2p.router.transport.TransportBid
Packages that use TransportBid
Package
Description
The transport system allows the usage of communication layers that are below I2P in the stack, on which I2P messages are sent.
The NTCP transport allows passing I2P messages on top of TCP.
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
-
Uses of TransportBid in net.i2p.router.transport
Methods in net.i2p.router.transport that return TransportBidModifier and TypeMethodDescriptionTransport.bid
(RouterInfo toAddress, int dataSize) (package private) TransportBid
TransportManager.getBid
(OutNetMessage msg) (package private) TransportBid
TransportManager.getNextBid
(OutNetMessage msg) Methods in net.i2p.router.transport that return types with arguments of type TransportBidModifier and TypeMethodDescription(package private) List<TransportBid>
TransportManager.getBids
(OutNetMessage msg) -
Uses of TransportBid in net.i2p.router.transport.ntcp
Methods in net.i2p.router.transport.ntcp that return TransportBid -
Uses of TransportBid in net.i2p.router.transport.udp
Methods in net.i2p.router.transport.udp that return TransportBid