Java io.netty.handler.timeout IdleState fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.timeout IdleState fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Field

IdleStateREADER_IDLE
No data was received for a while.
IdleStateWRITER_IDLE
No data was sent for a while.
IdleStateALL_IDLE
No data was either received or sent for a while.