public class SessionTask extends Context
SessionTask equates to a particular incoming request to the UnifiedHandler and is analogous to
 a Context in the OpProcessor approach to handling requests to the server.Context.RequestContentType| Constructor and Description | 
|---|
SessionTask(RequestMessage requestMessage,
           ChannelHandlerContext ctx,
           Settings settings,
           GraphManager graphManager,
           GremlinExecutor gremlinExecutor,
           ScheduledExecutorService scheduledExecutorService)  | 
getChannelHandlerContext, getGraphManager, getGremlinArgument, getGremlinExecutor, getRequestContentType, getRequestMessage, getRequestTimeout, getScheduledExecutorService, getSettings, isFinalResponseWritten, writeAndFlush, writeAndFlushpublic SessionTask(RequestMessage requestMessage, ChannelHandlerContext ctx, Settings settings, GraphManager graphManager, GremlinExecutor gremlinExecutor, ScheduledExecutorService scheduledExecutorService)
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.