public class DeltaHandler extends Object
| Constructor and Description |
|---|
DeltaHandler(io.vertx.redis.RedisClient redisClient,
io.vertx.core.http.HttpClient httpClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(io.vertx.core.http.HttpServerRequest request,
Router router) |
boolean |
isDeltaRequest(io.vertx.core.http.HttpServerRequest request) |
public DeltaHandler(io.vertx.redis.RedisClient redisClient,
io.vertx.core.http.HttpClient httpClient)
public boolean isDeltaRequest(io.vertx.core.http.HttpServerRequest request)
public void handle(io.vertx.core.http.HttpServerRequest request,
Router router)
Copyright © 2016–2021. All rights reserved.