Uses of Interface
com.hsbc.cranker.mucranker.DarkHost
-
-
Uses of DarkHost in com.hsbc.cranker.mucranker
Methods in com.hsbc.cranker.mucranker that return DarkHost Modifier and Type Method Description static DarkHostDarkHost. create(InetAddress address, Instant dateEnabled, String reason)Creates a new dark hostMethods in com.hsbc.cranker.mucranker that return types with arguments of type DarkHost Modifier and Type Method Description Set<DarkHost>DarkModeManager. darkHosts()The current dark hosts.Set<DarkHost>RouterInfo. darkHosts()Optional<DarkHost>DarkModeManager. findHost(InetAddress address)Finds the host associated with the given address, if it is in dark mode.Methods in com.hsbc.cranker.mucranker with parameters of type DarkHost Modifier and Type Method Description voidDarkModeManager. disableDarkMode(DarkHost host)Removes the target from the set of blocked hosts.voidDarkModeManager. enableDarkMode(DarkHost host)Specifies that the given target destination should not have any requests sent to it.
-