Class DeltaHandler


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

      Constructors 
      Constructor Description
      DeltaHandler​(io.vertx.redis.RedisClient redisClient, io.vertx.core.http.HttpClient httpClient)  
      DeltaHandler​(io.vertx.redis.RedisClient redisClient, io.vertx.core.http.HttpClient httpClient, boolean rejectLimitOffsetRequests)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handle​(io.vertx.core.http.HttpServerRequest request, org.swisspush.gateleen.routing.Router router)  
      boolean isDeltaRequest​(io.vertx.core.http.HttpServerRequest request)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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,
                           org.swisspush.gateleen.routing.Router router)