| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.server.handler | |
| org.apache.tinkerpop.gremlin.server.op.session | 
| Modifier and Type | Field and Description | 
|---|---|
static io.netty.util.AttributeKey<Session> | 
StateKey.SESSION
The key for the current  
Session object. | 
| Modifier and Type | Field and Description | 
|---|---|
protected static ConcurrentHashMap<String,Session> | 
SessionOpProcessor.sessions
Script engines are evaluated in a per session context where imports/scripts are isolated per session. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected static Session | 
SessionOpProcessor.getSession(Context context,
          RequestMessage msg)
Examines the  
RequestMessage and extracts the session token. | 
| Modifier and Type | Method and Description | 
|---|---|
protected Function<Context,AbstractEvalOpProcessor.BindingSupplier> | 
SessionOpProcessor.getBindingMaker(Session session)
A useful method for those extending this class, where the means for binding construction can be supplied
 to this class. 
 | 
| Constructor and Description | 
|---|
Session(String session,
       Context context,
       ConcurrentHashMap<String,Session> sessions)  | 
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.