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.handlerSubclasses of AbstractSession in org.apache.tinkerpop.gremlin.server.handler Modifier and Type Class Description classMultiTaskSessionASessionimplementation 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.classSingleTaskSessionA simpleSessionimplementation that accepts one request, processes it and exits.
 
-