Uses of Package
net.i2p.router.transport
Packages that use net.i2p.router.transport
Package
Description
The I2P router application handles the I2P network communication.
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.
-
Classes in net.i2p.router.transport used by net.i2p.routerClassDescriptionConcurrent plan: It's difficult to get rid of the locks on _pendingInboundRequests since locked_satisyInboundAvailable() leaves Requests on the head of the queue.Tracks outbound messages.Defines a way to send a message to another peer and start listening for messages.For Android MulticastLock.
-
Classes in net.i2p.router.transport used by net.i2p.router.transportClassDescriptionConcurrent plan: It's difficult to get rid of the locks on _pendingInboundRequests since locked_satisyInboundAvailable() leaves Requests on the head of the queue.A bandwidth request, either inbound or outbound.Defines a way to send a message to another peer and start listening for messages.Provide a bid for how much it would "cost" to transfer a message of a particular peerKeeps track of the enabled transports.
-
Classes in net.i2p.router.transport used by net.i2p.router.transport.ntcpClassDescriptionA bandwidth request, either inbound or outbound.Defines a way to send a message to another peer and start listening for messages.Provide a bid for how much it would "cost" to transfer a message of a particular peerDefines a way to send a message to another peer and start listening for messages
-
Classes in net.i2p.router.transport used by net.i2p.router.transport.udpClassDescriptionA bandwidth request, either inbound or outbound.Defines a way to send a message to another peer and start listening for messages.Provide a bid for how much it would "cost" to transfer a message of a particular peerDefines a way to send a message to another peer and start listening for messages