public abstract class RecursiveRootHandlerBase extends Object implements DeltaHandler<ResourceNode>
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
protected AtomicInteger |
xDeltaResponseNumber |
| Constructor and Description |
|---|
RecursiveRootHandlerBase() |
| 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.
|
protected static final org.slf4j.Logger log
protected AtomicInteger xDeltaResponseNumber
public void storeXDeltaResponseHeader(String xDeltaResponseNumber)
DeltaHandlerstoreXDeltaResponseHeader in interface DeltaHandler<ResourceNode>xDeltaResponseNumber - null or the current x-delta value from the response.Copyright © 2016–2018. All rights reserved.