Uses of Class
org.apache.tinkerpop.gremlin.server.handler.HttpGremlinEndpointHandler.RequestState
-
Packages that use HttpGremlinEndpointHandler.RequestState Package Description org.apache.tinkerpop.gremlin.server org.apache.tinkerpop.gremlin.server.handler -
-
Uses of HttpGremlinEndpointHandler.RequestState in org.apache.tinkerpop.gremlin.server
Methods in org.apache.tinkerpop.gremlin.server that return HttpGremlinEndpointHandler.RequestState Modifier and Type Method Description HttpGremlinEndpointHandler.RequestState
Context. getRequestState()
Methods in org.apache.tinkerpop.gremlin.server with parameters of type HttpGremlinEndpointHandler.RequestState Modifier and Type Method Description void
Context. setRequestState(HttpGremlinEndpointHandler.RequestState requestState)
Constructors in org.apache.tinkerpop.gremlin.server with parameters of type HttpGremlinEndpointHandler.RequestState Constructor Description Context(RequestMessage requestMessage, io.netty.channel.ChannelHandlerContext ctx, Settings settings, GraphManager graphManager, GremlinExecutor gremlinExecutor, ScheduledExecutorService scheduledExecutorService, HttpGremlinEndpointHandler.RequestState requestState)
-
Uses of HttpGremlinEndpointHandler.RequestState in org.apache.tinkerpop.gremlin.server.handler
Methods in org.apache.tinkerpop.gremlin.server.handler that return HttpGremlinEndpointHandler.RequestState Modifier and Type Method Description static HttpGremlinEndpointHandler.RequestState
HttpGremlinEndpointHandler.RequestState. valueOf(String name)
Returns the enum constant of this type with the specified name.static HttpGremlinEndpointHandler.RequestState[]
HttpGremlinEndpointHandler.RequestState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-