All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.i2p.router.app.package.html Maven / Gradle / Ivy

There is a newer version: 2.6.0
Show newest version


Interface for classes to be started and stopped via clients.config. Classes implementing the RouterApp interface will be controlled with the that interface instead of being started with main().

The benefits for clients using this interface:

  • Get the current context via the constructor
  • Complete life cycle management by the router
  • Avoid the need for static references
  • Ability to find other clients without using static references




© 2015 - 2024 Weber Informatics LLC | Privacy Policy