Package septogeddon.pluginquery.netty
Class QueryReadTimeout
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.handler.timeout.ReadTimeoutHandler
septogeddon.pluginquery.netty.QueryReadTimeout
- All Implemented Interfaces:
io.netty.channel.ChannelHandler
,io.netty.channel.ChannelInboundHandler
public class QueryReadTimeout
extends io.netty.handler.timeout.ReadTimeoutHandler
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
channelInactive
(io.netty.channel.ChannelHandlerContext ctx) Methods inherited from class io.netty.handler.timeout.ReadTimeoutHandler
channelActive, channelRead, channelRegistered, handlerAdded, handlerRemoved, readTimedOut
Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelReadComplete, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
Methods inherited from class io.netty.channel.ChannelHandlerAdapter
isSharable
-
Constructor Details
-
QueryReadTimeout
-
-
Method Details
-
channelInactive
- Specified by:
channelInactive
in interfaceio.netty.channel.ChannelInboundHandler
- Overrides:
channelInactive
in classio.netty.handler.timeout.ReadTimeoutHandler
- Throws:
Exception
-