Uses of Class
org.apache.tinkerpop.gremlin.server.handler.AbstractSession
-
Packages that use AbstractSession Package Description org.apache.tinkerpop.gremlin.server.handler -
-
Uses of AbstractSession in org.apache.tinkerpop.gremlin.server.handler
Subclasses of AbstractSession in org.apache.tinkerpop.gremlin.server.handler Modifier and Type Class Description class
MultiTaskSession
ASession
implementation that queues tasks given to it and executes them in a serial fashion within the same thread which thus allows multiple tasks to be executed in the same transaction.class
SingleTaskSession
A simpleSession
implementation that accepts one request, processes it and exits.
-