Uses of Class
ca.cgjennings.apps.arkham.plugins.debugging.DiscoveryService.ServerInfo
-
Packages that use DiscoveryService.ServerInfo Package Description ca.cgjennings.apps.arkham.plugins.debugging -
-
Uses of DiscoveryService.ServerInfo in ca.cgjennings.apps.arkham.plugins.debugging
Methods in ca.cgjennings.apps.arkham.plugins.debugging that return DiscoveryService.ServerInfo Modifier and Type Method Description DiscoveryService.ServerInfo
DiscoveryDialog. getSelectedServer()
Methods in ca.cgjennings.apps.arkham.plugins.debugging that return types with arguments of type DiscoveryService.ServerInfo Modifier and Type Method Description java.util.function.Consumer<DiscoveryService.ServerInfo>
DiscoveryService. getDiscoveryConsumer()
Returns the current consumer that will be called for each discovered server as it is found.java.util.List<DiscoveryService.ServerInfo>
DiscoveryService. search()
Searches hosts for debug servers, returning information about each one found.Method parameters in ca.cgjennings.apps.arkham.plugins.debugging with type arguments of type DiscoveryService.ServerInfo Modifier and Type Method Description void
DiscoveryService. setDiscoveryConsumer(java.util.function.Consumer<DiscoveryService.ServerInfo> consumer)
Sets an optional consumer that will be called for each discovered server Note that the callback may be called from any thread.
-