public class io.netty.handler.timeout.ReadTimeoutHandler extends io.netty.handler.timeout.IdleStateHandler { private boolean closed; static final boolean $assertionsDisabled; public void (int) { int v; java.util.concurrent.TimeUnit v; io.netty.handler.timeout.ReadTimeoutHandler v; v := @this: io.netty.handler.timeout.ReadTimeoutHandler; v := @parameter: int; v = ; specialinvoke v.(long,java.util.concurrent.TimeUnit)>(v, v); return; } public void (long, java.util.concurrent.TimeUnit) { java.util.concurrent.TimeUnit v; long v; io.netty.handler.timeout.ReadTimeoutHandler v; v := @this: io.netty.handler.timeout.ReadTimeoutHandler; v := @parameter: long; v := @parameter: java.util.concurrent.TimeUnit; specialinvoke v.(long,long,long,java.util.concurrent.TimeUnit)>(v, 0L, 0L, v); return; } protected final void channelIdle(io.netty.channel.ChannelHandlerContext, io.netty.handler.timeout.IdleStateEvent) throws java.lang.Exception { io.netty.channel.ChannelHandlerContext v; io.netty.handler.timeout.IdleStateEvent v; io.netty.handler.timeout.IdleState v, v; io.netty.handler.timeout.ReadTimeoutHandler v; java.lang.AssertionError v; boolean v; v := @this: io.netty.handler.timeout.ReadTimeoutHandler; v := @parameter: io.netty.channel.ChannelHandlerContext; v := @parameter: io.netty.handler.timeout.IdleStateEvent; v = ; if v != 0 goto label; v = virtualinvoke v.(); v = ; if v == v goto label; v = new java.lang.AssertionError; specialinvoke v.()>(); throw v; label: virtualinvoke v.(v); return; } protected void readTimedOut(io.netty.channel.ChannelHandlerContext) throws java.lang.Exception { io.netty.channel.ChannelHandlerContext v; io.netty.handler.timeout.ReadTimeoutException v; io.netty.handler.timeout.ReadTimeoutHandler v; boolean v; v := @this: io.netty.handler.timeout.ReadTimeoutHandler; v := @parameter: io.netty.channel.ChannelHandlerContext; v = v.; if v != 0 goto label; v = ; interfaceinvoke v.(v); interfaceinvoke v.(); v. = 1; label: return; } static void () { java.lang.Class v; boolean v, v; v = class "Lio/netty/handler/timeout/ReadTimeoutHandler;"; v = virtualinvoke v.(); if v != 0 goto label; v = 1; goto label; label: v = 0; label: = v; return; } }