Uses of Interface
com.networknt.registry.URL
-
Packages that use URL Package Description com.networknt.registry com.networknt.registry.support com.networknt.registry.support.command -
-
Uses of URL in com.networknt.registry
Classes in com.networknt.registry that implement URL Modifier and Type Class Description classURLImplImplementation of URL interface.Methods in com.networknt.registry that return URL Modifier and Type Method Description URLURL. createCopy()URLURLImpl. createCopy()URLRegistry. getUrl()static URLURLImpl. valueOf(String url)Methods in com.networknt.registry that return types with arguments of type URL Modifier and Type Method Description List<URL>DiscoveryService. discover(URL url)Collection<URL>RegistryService. getRegisteredServiceUrls()Methods in com.networknt.registry with parameters of type URL Modifier and Type Method Description voidRegistryService. available(URL url)set service status to available, so clients could use itbooleanURL. canServe(URL refUrl)booleanURLImpl. canServe(URL refUrl)check if this url can serve the refUrl.List<URL>DiscoveryService. discover(URL url)voidNotifyListener. notify(URL registryUrl, List<URL> urls)voidRegistryService. register(URL url)register service to registryvoidDiscoveryService. subscribe(URL url, NotifyListener listener)voidRegistryService. unavailable(URL url)set service status to unavailable, client should not discover services of unavailable statevoidRegistryService. unregister(URL url)unregister service to registryvoidDiscoveryService. unsubscribe(URL url, NotifyListener listener)Method parameters in com.networknt.registry with type arguments of type URL Modifier and Type Method Description voidNotifyListener. notify(URL registryUrl, List<URL> urls) -
Uses of URL in com.networknt.registry.support
Methods in com.networknt.registry.support that return types with arguments of type URL Modifier and Type Method Description List<URL>FailbackRegistry. discover(URL url)protected List<URL>DirectRegistry. doDiscover(URL subscribeUrl)Methods in com.networknt.registry.support with parameters of type URL Modifier and Type Method Description List<URL>FailbackRegistry. discover(URL url)protected voidDirectRegistry. doAvailable(URL url)protected List<URL>DirectRegistry. doDiscover(URL subscribeUrl)protected voidDirectRegistry. doRegister(URL url)protected voidDirectRegistry. doSubscribe(URL url, NotifyListener listener)protected voidDirectRegistry. doUnavailable(URL url)protected voidDirectRegistry. doUnregister(URL url)protected voidDirectRegistry. doUnsubscribe(URL url, NotifyListener listener)voidFailbackRegistry. register(URL url)voidFailbackRegistry. subscribe(URL url, NotifyListener listener)voidFailbackRegistry. unregister(URL url)voidFailbackRegistry. unsubscribe(URL url, NotifyListener listener)Constructors in com.networknt.registry.support with parameters of type URL Constructor Description DirectRegistry(URL url)FailbackRegistry(URL url) -
Uses of URL in com.networknt.registry.support.command
Methods in com.networknt.registry.support.command that return types with arguments of type URL Modifier and Type Method Description protected abstract List<URL>CommandFailbackRegistry. discoverService(URL url)protected List<URL>CommandFailbackRegistry. doDiscover(URL url)ConcurrentHashMap<URL,CommandServiceManager>CommandFailbackRegistry. getCommandManagerMap()Methods in com.networknt.registry.support.command with parameters of type URL Modifier and Type Method Description protected abstract List<URL>CommandFailbackRegistry. discoverService(URL url)protected List<URL>CommandFailbackRegistry. doDiscover(URL url)protected voidCommandFailbackRegistry. doSubscribe(URL url, NotifyListener listener)protected voidCommandFailbackRegistry. doUnsubscribe(URL url, NotifyListener listener)voidCommandListener. notifyCommand(URL refUrl, String commandString)voidCommandServiceManager. notifyService(URL serviceUrl, URL registryUrl, List<URL> urls)voidServiceListener. notifyService(URL refUrl, URL registryUrl, List<URL> urls)protected abstract voidCommandFailbackRegistry. subscribeService(URL url, ServiceListener listener)protected abstract voidCommandFailbackRegistry. unsubscribeService(URL url, ServiceListener listener)Method parameters in com.networknt.registry.support.command with type arguments of type URL Modifier and Type Method Description voidCommandServiceManager. notifyService(URL serviceUrl, URL registryUrl, List<URL> urls)voidServiceListener. notifyService(URL refUrl, URL registryUrl, List<URL> urls)Constructors in com.networknt.registry.support.command with parameters of type URL Constructor Description CommandFailbackRegistry(URL url)CommandServiceManager(URL refUrl)
-