Uses of Class
net.i2p.client.naming.NamingService
Packages that use NamingService
Package
Description
Core I2P package, contains information about the I2P version and an entry point to access important elements.
The addressbook application, which fetches hosts.txt files from subscription URLs via
HTTP and adds new hosts to the local database.
Provides a standard way for querying the local naming service to resolve a
name into a
Destination (without the complexity of JNDI).-
Uses of NamingService in net.i2p
Methods in net.i2p that return NamingServiceModifier and TypeMethodDescriptionI2PAppContext.namingService()Pull up the naming service used in this context. -
Uses of NamingService in net.i2p.addressbook
Methods in net.i2p.addressbook with parameters of type NamingServiceModifier and TypeMethodDescriptionstatic voidDaemon.update(NamingService router, File published, SubscriptionList subscriptions, Log log) Update the router and published address books using remote data from the subscribed address books listed in subscriptions. -
Uses of NamingService in net.i2p.client.naming
Subclasses of NamingService in net.i2p.client.namingModifier and TypeClassDescriptionclassA Dummy naming service that can only handle base64 and b32 destinations.classDeprecated.use HostsTxtNamingService.put()classA network-based naming service using HTTP, with in-memory caching.classA naming service based on multiple "hosts.txt" files.classA naming service of multiple naming services.classA naming service based on a single file using the "hosts.txt" format.Fields in net.i2p.client.naming with type parameters of type NamingServiceMethods in net.i2p.client.naming that return NamingServiceModifier and TypeMethodDescriptionstatic final NamingServiceNamingService.createInstance(I2PAppContext context) WARNING - for use by I2PAppContext only - others must use I2PAppContext.namingService() Get a naming service instance.NamingService.getParent()This implementation returns null.Methods in net.i2p.client.naming that return types with arguments of type NamingServiceModifier and TypeMethodDescriptionMetaNamingService.getNamingServices()NamingService.getNamingServices()This implementation returns null.Methods in net.i2p.client.naming with parameters of type NamingServiceModifier and TypeMethodDescriptionbooleanMetaNamingService.addNamingService(NamingService ns, boolean head) booleanNamingService.addNamingService(NamingService ns) Only for chaining-capable NamingServices.booleanNamingService.addNamingService(NamingService ns, boolean head) Only for chaining-capable NamingServices.voidNamingServiceListener.configurationChanged(NamingService ns) also called when a NamingService is added or removedvoidNamingServiceListener.entryAdded(NamingService ns, String hostname, Destination dest, Properties options) voidNamingServiceListener.entryChanged(NamingService ns, String hostname, Destination dest, Properties options) voidNamingServiceListener.entryRemoved(NamingService ns, String hostname) booleanMetaNamingService.removeNamingService(NamingService ns) booleanNamingService.removeNamingService(NamingService ns) Only for chaining-capable NamingServices.Constructor parameters in net.i2p.client.naming with type arguments of type NamingServiceModifierConstructorDescriptionMetaNamingService(I2PAppContext context, List<NamingService> services) -
Uses of NamingService in net.i2p.router.naming
Subclasses of NamingService in net.i2p.router.namingModifier and TypeClassDescriptionclassA naming service using the net.metanotion BlockFile database.