Uses of Interface
io.github.hapjava.server.impl.http.HttpResponse
-
-
Uses of HttpResponse in io.github.hapjava.server.impl.connections
Method parameters in io.github.hapjava.server.impl.connections with type arguments of type HttpResponse Modifier and Type Method Description HomekitClientConnectionHomekitClientConnectionFactoryImpl. createConnection(Consumer<HttpResponse> outOfBandMessageCallback) -
Uses of HttpResponse in io.github.hapjava.server.impl.http
Methods in io.github.hapjava.server.impl.http that return HttpResponse Modifier and Type Method Description HttpResponseHomekitClientConnection. handleRequest(HttpRequest request)Methods in io.github.hapjava.server.impl.http with parameters of type HttpResponse Modifier and Type Method Description voidHomekitClientConnection. outOfBand(HttpResponse message)Method parameters in io.github.hapjava.server.impl.http with type arguments of type HttpResponse Modifier and Type Method Description HomekitClientConnectionHomekitClientConnectionFactory. createConnection(Consumer<HttpResponse> outOfBandMessageCallback) -
Uses of HttpResponse in io.github.hapjava.server.impl.json
Classes in io.github.hapjava.server.impl.json that implement HttpResponse Modifier and Type Class Description classEventResponseMethods in io.github.hapjava.server.impl.json that return HttpResponse Modifier and Type Method Description HttpResponseCharacteristicsController. get(HttpRequest request)HttpResponseEventController. getMessage(int accessoryId, int iid, EventableCharacteristic changed)HttpResponseEventController. getMessage(ArrayList<PendingNotification> notifications)HttpResponseAccessoryController. listing()HttpResponseCharacteristicsController. put(HttpRequest request, HomekitClientConnection connection) -
Uses of HttpResponse in io.github.hapjava.server.impl.pairing
Classes in io.github.hapjava.server.impl.pairing that implement HttpResponse Modifier and Type Class Description classUpgradeResponseMethods in io.github.hapjava.server.impl.pairing that return HttpResponse Modifier and Type Method Description HttpResponsePairingManager. handle(HttpRequest httpRequest)HttpResponsePairingUpdateController. handle(HttpRequest request)HttpResponsePairVerificationManager. handle(HttpRequest rawRequest) -
Uses of HttpResponse in io.github.hapjava.server.impl.responses
Classes in io.github.hapjava.server.impl.responses that implement HttpResponse Modifier and Type Class Description classConflictResponseclassInternalServerErrorResponseclassNotFoundResponseclassOkResponseclassUnauthorizedResponse
-