Uses of Class
org.apache.hugegraph.computer.core.network.session.ServerSession
-
Packages that use ServerSession Package Description org.apache.hugegraph.computer.core.network.netty -
-
Uses of ServerSession in org.apache.hugegraph.computer.core.network.netty
Methods in org.apache.hugegraph.computer.core.network.netty that return ServerSession Modifier and Type Method Description protected ServerSessionNettyServerHandler. session()Constructors in org.apache.hugegraph.computer.core.network.netty with parameters of type ServerSession Constructor Description NettyServerHandler(ServerSession serverSession, MessageHandler handler)
-