-
- All Implemented Interfaces:
-
io.netty.channel.ChannelHandler,io.netty.channel.ChannelInboundHandler
public final class MetaServerHandler extends SimpleChannelInboundHandler<Any>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMetaServerHandler.Companionpublic final classMetaServerHandler.OK
-
Field Summary
Fields Modifier and Type Field Description private final MetaServerImplserverprivate final Booleanadded
-
Constructor Summary
Constructors Constructor Description MetaServerHandler(MetaServerImpl server)
-
Method Summary
Modifier and Type Method Description final MetaServerImplgetServer()UnitexceptionCaught(ChannelHandlerContext ctx, Throwable cause)UnitchannelReadComplete(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
-
-
Constructor Detail
-
MetaServerHandler
MetaServerHandler(MetaServerImpl server)
-
-
Method Detail
-
getServer
final MetaServerImpl getServer()
-
exceptionCaught
Unit exceptionCaught(ChannelHandlerContext ctx, Throwable cause)
-
channelReadComplete
Unit channelReadComplete(ChannelHandlerContext ctx)
-
-
-
-