Package org.swisspush.gateleen.delta
Class DeltaHandler
- java.lang.Object
-
- org.swisspush.gateleen.delta.DeltaHandler
-
public class DeltaHandler extends 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 voidhandle(io.vertx.core.http.HttpServerRequest request, Router router)booleanisDeltaRequest(io.vertx.core.http.HttpServerRequest request)
-
-
-
Method Detail
-
isDeltaRequest
public boolean isDeltaRequest(io.vertx.core.http.HttpServerRequest request)
-
handle
public void handle(io.vertx.core.http.HttpServerRequest request, Router router)
-
-