Package org.swisspush.gateleen.delta
Class DeltaHandler
- java.lang.Object
-
- org.swisspush.gateleen.delta.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 voidhandle(io.vertx.core.http.HttpServerRequest request, org.swisspush.gateleen.routing.Router router)booleanisDeltaRequest(io.vertx.core.http.HttpServerRequest request)
-