|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransportBid | |
|---|---|
| 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 | |
|---|---|
TransportBid |
Transport.bid(RouterInfo toAddress,
long dataSize)
|
TransportBid |
CommSystemFacadeImpl.getBid(OutNetMessage msg)
|
TransportBid |
TransportManager.getBid(OutNetMessage msg)
|
TransportBid |
CommSystemFacadeImpl.getNextBid(OutNetMessage msg)
|
TransportBid |
TransportManager.getNextBid(OutNetMessage msg)
|
| Methods in net.i2p.router.transport that return types with arguments of type TransportBid | |
|---|---|
List<TransportBid> |
CommSystemFacadeImpl.getBids(OutNetMessage msg)
|
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 | |
|---|---|
TransportBid |
NTCPTransport.bid(RouterInfo toAddress,
long dataSize)
|
| Uses of TransportBid in net.i2p.router.transport.udp |
|---|
| Methods in net.i2p.router.transport.udp that return TransportBid | |
|---|---|
TransportBid |
UDPTransport.bid(RouterInfo toAddress,
long dataSize)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||