netty5/handler
Jon Chambers 66ccd1483a Publicize default explicitFlushAfterFlushes count. (#8683)
Motivation:

Users who want to construct a `FlushConsolidationHandler` with a default `explicitFlushAfterFlushes` but non-default `consolidateWhenNoReadInProgress` may benefit from having an easy way to get the default "flush after flushes" count.

Modifications:

- Moved default `explicitFlushAfterFlushes` value to a public constant.
- Adjusted Javadoc accordingly.

Result:

Default `explicitFlushAfterFlushes` is accessible to callers.
2018-12-25 22:35:58 +01:00
..
src Publicize default explicitFlushAfterFlushes count. (#8683) 2018-12-25 22:35:58 +01:00
pom.xml Correcting Maven Dependencies (#8622) 2018-12-06 09:01:14 +01:00