Uses of Class
org.apache.tinkerpop.gremlin.server.Context.RequestContentType
-
Packages that use Context.RequestContentType Package Description org.apache.tinkerpop.gremlin.server -
-
Uses of Context.RequestContentType in org.apache.tinkerpop.gremlin.server
Methods in org.apache.tinkerpop.gremlin.server that return Context.RequestContentType Modifier and Type Method Description Context.RequestContentType
Context. getRequestContentType()
static Context.RequestContentType
Context.RequestContentType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Context.RequestContentType[]
Context.RequestContentType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-