Class ZeroconfRegistrationService
java.lang.Object
org.eblocker.server.common.network.ZeroconfRegistrationService
A service that registers the HTTP admin console as a Zeroconf (AKA Bonjour) service
-
Constructor Summary
ConstructorsConstructorDescriptionZeroconfRegistrationService(int httpPort, String serviceName, DeviceRegistrationProperties deviceRegistrationProperties, NetworkInterfaceWrapper networkInterface) -
Method Summary
Modifier and TypeMethodDescriptionvoidRegisters the HTTP servicevoidUnregisters the HTTP service
-
Constructor Details
-
ZeroconfRegistrationService
@Inject public ZeroconfRegistrationService(int httpPort, String serviceName, DeviceRegistrationProperties deviceRegistrationProperties, NetworkInterfaceWrapper networkInterface)
-
-
Method Details
-
registerConsoleService
public void registerConsoleService()Registers the HTTP service -
unregisterConsoleService
public void unregisterConsoleService()Unregisters the HTTP service -
getServiceName
-