Uses of Interface
org.apache.hugegraph.computer.core.network.MessageHandler
-
-
Uses of MessageHandler in org.apache.hugegraph.computer.core.network
Methods in org.apache.hugegraph.computer.core.network with parameters of type MessageHandler Modifier and Type Method Description intTransportServer. listen(org.apache.hugegraph.computer.core.config.Config config, MessageHandler serverHandler)Startup server, return the port listened.Constructors in org.apache.hugegraph.computer.core.network with parameters of type MessageHandler Constructor Description DataServerManager(ConnectionManager connectionManager, MessageHandler messageHandler) -
Uses of MessageHandler in org.apache.hugegraph.computer.core.network.connection
Methods in org.apache.hugegraph.computer.core.network.connection with parameters of type MessageHandler Modifier and Type Method Description intConnectionManager. startServer(org.apache.hugegraph.computer.core.config.Config config, MessageHandler serverHandler)Start the server, return the port listened.intTransportConnectionManager. startServer(org.apache.hugegraph.computer.core.config.Config config, MessageHandler serverHandler) -
Uses of MessageHandler in org.apache.hugegraph.computer.core.network.netty
Methods in org.apache.hugegraph.computer.core.network.netty that return MessageHandler Modifier and Type Method Description protected MessageHandlerNettyServerHandler. transportHandler()Methods in org.apache.hugegraph.computer.core.network.netty with parameters of type MessageHandler Modifier and Type Method Description protected voidNettyProtocol. initializeServerPipeline(io.netty.channel.Channel channel, MessageHandler handler)Initialize the server channel handlers.intNettyTransportServer. listen(org.apache.hugegraph.computer.core.config.Config config, MessageHandler serverHandler)Constructors in org.apache.hugegraph.computer.core.network.netty with parameters of type MessageHandler Constructor Description NettyServerHandler(ServerSession serverSession, MessageHandler handler) -
Uses of MessageHandler in org.apache.hugegraph.computer.core.receiver
Classes in org.apache.hugegraph.computer.core.receiver that implement MessageHandler Modifier and Type Class Description classMessageRecvManager
-