Class DeltaHandler


  • public class DeltaHandler
    extends Object
    Author:
    https://github.com/mcweba [Marc-Andre Weber]
    • Constructor Detail

      • DeltaHandler

        public DeltaHandler​(io.vertx.redis.RedisClient redisClient,
                            io.vertx.core.http.HttpClient httpClient)
      • DeltaHandler

        public DeltaHandler​(io.vertx.redis.RedisClient redisClient,
                            io.vertx.core.http.HttpClient httpClient,
                            boolean rejectLimitOffsetRequests)
    • Method Detail

      • isDeltaRequest

        public boolean isDeltaRequest​(io.vertx.core.http.HttpServerRequest request)
      • handle

        public void handle​(io.vertx.core.http.HttpServerRequest request,
                           Router router)