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 class
URLImpl
Implementation of URL interface.Methods in com.networknt.registry that return URL Modifier and Type Method Description URL
URL. createCopy()
URL
URLImpl. createCopy()
URL
Registry. getUrl()
static URL
URLImpl. 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 void
RegistryService. available(URL url)
set service status to available, so clients could use itboolean
URL. canServe(URL refUrl)
boolean
URLImpl. canServe(URL refUrl)
check if this url can serve the refUrl.List<URL>
DiscoveryService. discover(URL url)
void
NotifyListener. notify(URL registryUrl, List<URL> urls)
void
RegistryService. register(URL url)
register service to registryvoid
DiscoveryService. subscribe(URL url, NotifyListener listener)
void
RegistryService. unavailable(URL url)
set service status to unavailable, client should not discover services of unavailable statevoid
RegistryService. unregister(URL url)
unregister service to registryvoid
DiscoveryService. unsubscribe(URL url, NotifyListener listener)
Method parameters in com.networknt.registry with type arguments of type URL Modifier and Type Method Description void
NotifyListener. 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 void
DirectRegistry. doAvailable(URL url)
protected List<URL>
DirectRegistry. doDiscover(URL subscribeUrl)
protected void
DirectRegistry. doRegister(URL url)
protected void
DirectRegistry. doSubscribe(URL url, NotifyListener listener)
protected void
DirectRegistry. doUnavailable(URL url)
protected void
DirectRegistry. doUnregister(URL url)
protected void
DirectRegistry. doUnsubscribe(URL url, NotifyListener listener)
void
FailbackRegistry. register(URL url)
void
FailbackRegistry. subscribe(URL url, NotifyListener listener)
void
FailbackRegistry. unregister(URL url)
void
FailbackRegistry. 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 void
CommandFailbackRegistry. doSubscribe(URL url, NotifyListener listener)
protected void
CommandFailbackRegistry. doUnsubscribe(URL url, NotifyListener listener)
void
CommandListener. notifyCommand(URL refUrl, String commandString)
void
CommandServiceManager. notifyService(URL serviceUrl, URL registryUrl, List<URL> urls)
void
ServiceListener. notifyService(URL refUrl, URL registryUrl, List<URL> urls)
protected abstract void
CommandFailbackRegistry. subscribeService(URL url, ServiceListener listener)
protected abstract void
CommandFailbackRegistry. unsubscribeService(URL url, ServiceListener listener)
Method parameters in com.networknt.registry.support.command with type arguments of type URL Modifier and Type Method Description void
CommandServiceManager. notifyService(URL serviceUrl, URL registryUrl, List<URL> urls)
void
ServiceListener. 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)
-