Java io.netty.handler.flush FlushConsolidationHandler fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.flush FlushConsolidationHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.handler.flush FlushConsolidationHandler.

The text is from its open source code.

Constructor

FlushConsolidationHandler()
Create new instance which explicit flush after DEFAULT_EXPLICIT_FLUSH_AFTER_FLUSHES pending flush operations at the latest.
FlushConsolidationHandler(int explicitFlushAfterFlushes, boolean consolidateWhenNoReadInProgress)
Create new instance.