Interface DynamicChannelHandler

All Superinterfaces:
io.netty.channel.ChannelHandler
All Known Implementing Classes:
GenericPacketSplitter, VanillaConnectionNetworkFilter, VanillaPacketFilter

@Internal public interface DynamicChannelHandler extends io.netty.channel.ChannelHandler
An extension to the netty ChannelHandler interface that allows for dynamic injection of handlers into the pipeline, based on whether they are needed on the current connection or not.
  • Nested Class Summary

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

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

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from interface io.netty.channel.ChannelHandler

    exceptionCaught, handlerAdded, handlerRemoved
  • Method Details

    • isNecessary

      boolean isNecessary(Connection manager)