public interface SessionInternal
| Modifier and Type | Method and Description |
|---|---|
void |
flushed(boolean skipCrc)
Mark this session as flushed, this gives the object a change to clear any state management flags.
|
void flushed(boolean skipCrc)
skipCrc - if the intention is NOT to keep using the session after this call,
a small optimization can be performed (skip updating the internal CRC)
which is unnecessary.Copyright © 2021. All rights reserved.