Uses of Class
org.apache.hugegraph.computer.core.network.session.TransportSession
-
Packages that use TransportSession Package Description org.apache.hugegraph.computer.core.network.netty org.apache.hugegraph.computer.core.network.session -
-
Uses of TransportSession in org.apache.hugegraph.computer.core.network.netty
Methods in org.apache.hugegraph.computer.core.network.netty that return TransportSession Modifier and Type Method Description protected abstract TransportSessionAbstractNettyHandler. session() -
Uses of TransportSession in org.apache.hugegraph.computer.core.network.session
Subclasses of TransportSession in org.apache.hugegraph.computer.core.network.session Modifier and Type Class Description classClientSessionclassServerSessionFields in org.apache.hugegraph.computer.core.network.session with type parameters of type TransportSession Modifier and Type Field Description protected static java.util.concurrent.atomic.AtomicIntegerFieldUpdater<TransportSession>TransportSession. MAX_REQUEST_ID_UPDATER
-