Uses of Class
net.i2p.router.CommSystemFacade

Packages that use CommSystemFacade
net.i2p.router The I2P router application handles the I2P network communication. 
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. 
 

Uses of CommSystemFacade in net.i2p.router
 

Methods in net.i2p.router that return CommSystemFacade
 CommSystemFacade RouterContext.commSystem()
          How do we pass messages from our outNetMessagePool to another router
 

Uses of CommSystemFacade in net.i2p.router.transport
 

Subclasses of CommSystemFacade in net.i2p.router.transport
 class CommSystemFacadeImpl
           
 class VMCommSystem
          Hacked up in-VM comm system for talking between contexts.