Uses of Interface
io.github.hapjava.server.impl.http.HttpRequest
-
Packages that use HttpRequest Package Description io.github.hapjava.server.impl.http io.github.hapjava.server.impl.json io.github.hapjava.server.impl.pairing -
-
Uses of HttpRequest in io.github.hapjava.server.impl.http
Methods in io.github.hapjava.server.impl.http with parameters of type HttpRequest Modifier and Type Method Description HttpResponseHomekitClientConnection. handleRequest(HttpRequest request) -
Uses of HttpRequest in io.github.hapjava.server.impl.json
Methods in io.github.hapjava.server.impl.json with parameters of type HttpRequest Modifier and Type Method Description HttpResponseCharacteristicsController. get(HttpRequest request)HttpResponseCharacteristicsController. put(HttpRequest request, HomekitClientConnection connection) -
Uses of HttpRequest in io.github.hapjava.server.impl.pairing
Methods in io.github.hapjava.server.impl.pairing with parameters of type HttpRequest Modifier and Type Method Description HttpResponsePairingManager. handle(HttpRequest httpRequest)HttpResponsePairingUpdateController. handle(HttpRequest request)HttpResponsePairVerificationManager. handle(HttpRequest rawRequest)
-