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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidchannelInactive(io.netty.channel.ChannelHandlerContext ctx) Methods inherited from class io.netty.handler.timeout.ReadTimeoutHandler
channelActive, channelRead, channelRegistered, handlerAdded, handlerRemoved, readTimedOutMethods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelReadComplete, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredMethods inherited from class io.netty.channel.ChannelHandlerAdapter
isSharable
-
Constructor Details
-
QueryReadTimeout
-
-
Method Details
-
channelInactive
- Specified by:
channelInactivein interfaceio.netty.channel.ChannelInboundHandler- Overrides:
channelInactivein classio.netty.handler.timeout.ReadTimeoutHandler- Throws:
Exception
-