Class IdleHandler

  • All Implemented Interfaces:
    io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler, io.netty.channel.ChannelOutboundHandler

    public class IdleHandler
    extends io.netty.handler.timeout.ReadTimeoutHandler
    Detects idle state of switch and informs upper layers.
    Author:
    michal.polkorab
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler

        io.netty.channel.ChannelHandler.Sharable
    • Constructor Summary

      Constructors 
      Constructor Description
      IdleHandler​(long readerIdleTime, TimeUnit unit)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void channelRead​(io.netty.channel.ChannelHandlerContext ctx, Object msg)  
      protected void readTimedOut​(io.netty.channel.ChannelHandlerContext ctx)  
      • Methods inherited from class io.netty.handler.timeout.ReadTimeoutHandler

        channelIdle
      • Methods inherited from class io.netty.handler.timeout.IdleStateHandler

        channelActive, channelInactive, channelReadComplete, channelRegistered, getAllIdleTimeInMillis, getReaderIdleTimeInMillis, getWriterIdleTimeInMillis, handlerAdded, handlerRemoved, newIdleStateEvent, write
      • Methods inherited from class io.netty.channel.ChannelDuplexHandler

        bind, close, connect, deregister, disconnect, flush, read
      • Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter

        channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
      • Methods inherited from class io.netty.channel.ChannelHandlerAdapter

        ensureNotSharable, isSharable
    • Constructor Detail

      • IdleHandler

        public IdleHandler​(long readerIdleTime,
                           TimeUnit unit)
        Constructor.
    • Method Detail

      • channelRead

        public void channelRead​(io.netty.channel.ChannelHandlerContext ctx,
                                Object msg)
                         throws Exception
        Specified by:
        channelRead in interface io.netty.channel.ChannelInboundHandler
        Overrides:
        channelRead in class io.netty.handler.timeout.IdleStateHandler
        Throws:
        Exception
      • readTimedOut

        protected void readTimedOut​(io.netty.channel.ChannelHandlerContext ctx)
        Overrides:
        readTimedOut in class io.netty.handler.timeout.ReadTimeoutHandler