Uses of Class
net.i2p.router.transport.TransportBid
| 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. 
 | 
- 
Uses of TransportBid in net.i2p.router.transport
Methods in net.i2p.router.transport that return TransportBid Modifier and Type Method Description TransportBidTransport. bid(RouterInfo toAddress, int dataSize)(package private) TransportBidTransportManager. getBid(OutNetMessage msg)(package private) TransportBidTransportManager. getNextBid(OutNetMessage msg)Methods in net.i2p.router.transport that return types with arguments of type TransportBid Modifier and Type Method Description (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 Modifier and Type Method Description TransportBidNTCPTransport. bid(RouterInfo toAddress, int dataSize) - 
Uses of TransportBid in net.i2p.router.transport.udp
Methods in net.i2p.router.transport.udp that return TransportBid Modifier and Type Method Description TransportBidUDPTransport. bid(RouterInfo toAddress, int dataSize)