E - public interface DeltaHandler<E>
extends io.vertx.core.Handler<E>
| Modifier and Type | Method and Description |
|---|---|
void |
storeXDeltaResponseHeader(String xdeltaResponseNumber)
Checks if the given x-delta number from the response is not null and
is higher then the already stored one.
|
void storeXDeltaResponseHeader(String xdeltaResponseNumber)
xdeltaResponseNumber - null or the current x-delta value from the response.Copyright © 2016–2020. All rights reserved.