Uses of Interface
net.i2p.router.Service

Packages that use Service 
Package Description
net.i2p.router
The I2P router application handles the I2P network communication.
net.i2p.router.client
Implements the router side of the I2CP interface, which is the API for applications to send and receive data through the router.
net.i2p.router.dummy
Dummy versions of things for testing.
net.i2p.router.networkdb.kademlia
The network database, including implementation of floodfills.
net.i2p.router.peermanager
The peer manager logs information about the history and quality of network peers.
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.tunnel
All the work of managing locally created and participating tunnels, creating and handling tunnel messages, and their encryption.
net.i2p.router.tunnel.pool
Tunnel creation, tunnel build message handling.