Class NoopHandler

java.lang.Object
io.netty.channel.ChannelHandlerAdapter
net.glowstone.net.pipeline.NoopHandler
All Implemented Interfaces:
io.netty.channel.ChannelHandler

@Sharable public final class NoopHandler extends io.netty.channel.ChannelHandlerAdapter
ChannelHandler which does nothing.
  • Nested Class Summary

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

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

    Fields
    Modifier and Type
    Field
    Description
    static final NoopHandler
     
  • Method Summary

    Methods inherited from class io.netty.channel.ChannelHandlerAdapter

    ensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharable

    Methods inherited from class java.lang.Object

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