netty5/handler/src
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
..
main/java/io/netty/handler Publicize default explicitFlushAfterFlushes count. (#8683) 2018-12-25 22:35:58 +01:00
test Add test for correctly handling SSLSessionBindingEvent when acting on th… (#8649) 2018-12-19 12:55:48 +01:00