Package 

Class MetaServerHandler

  • All Implemented Interfaces:
    io.netty.channel.ChannelHandler , io.netty.channel.ChannelInboundHandler

    
    public final class MetaServerHandler
    extends SimpleChannelInboundHandler<Any>
                        
    • Method Summary

      Modifier and Type Method Description
      final MetaServerImpl getServer()
      Unit exceptionCaught(ChannelHandlerContext ctx, Throwable cause)
      Unit channelReadComplete(ChannelHandlerContext ctx)
      • Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter

        ensureNotSharable, handlerAdded, handlerRemoved, isSharable
      • Methods inherited from class io.netty.channel.SimpleChannelInboundHandler

        channelActive, channelInactive, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggered
      • Methods inherited from class jetbrains.exodus.entitystore.replication.MetaServerHandler

        acceptInboundMessage, channelRead
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait