Class EmptyChannelHandler

java.lang.Object
io.netty.channel.ChannelHandlerAdapter
com.viaversion.viarewind.api.minecraft.netty.EmptyChannelHandler
All Implemented Interfaces:
io.netty.channel.ChannelHandler

@Sharable public class EmptyChannelHandler extends io.netty.channel.ChannelHandlerAdapter
  • Nested Class Summary

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class io.netty.channel.ChannelHandlerAdapter

    exceptionCaught, handlerAdded, handlerRemoved, isSharable

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EmptyChannelHandler

      public EmptyChannelHandler()