Package io.github.hapjava.server
Interface HomekitWebHandler
-
- All Known Implementing Classes:
HomekitHttpServer
public interface HomekitWebHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidresetConnections()CompletableFuture<Integer>start(HomekitClientConnectionFactory clientConnectionFactory)voidstop()
-
-
-
Method Detail
-
start
CompletableFuture<Integer> start(HomekitClientConnectionFactory clientConnectionFactory)
-
stop
void stop()
-
resetConnections
void resetConnections()
-
-