Uses of Class
org.apache.tinkerpop.gremlin.util.message.ResponseStatusCode
-
Packages that use ResponseStatusCode Package Description org.apache.tinkerpop.gremlin.util.message -
-
Uses of ResponseStatusCode in org.apache.tinkerpop.gremlin.util.message
Methods in org.apache.tinkerpop.gremlin.util.message that return ResponseStatusCode Modifier and Type Method Description ResponseStatusCodeResponseStatus. getCode()Gets theResponseStatusCodethat describes how the server responded to the request.static ResponseStatusCodeResponseStatusCode. getFromValue(int codeValue)static ResponseStatusCodeResponseStatusCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ResponseStatusCode[]ResponseStatusCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tinkerpop.gremlin.util.message with parameters of type ResponseStatusCode Modifier and Type Method Description ResponseMessage.BuilderResponseMessage.Builder. code(ResponseStatusCode code)Constructors in org.apache.tinkerpop.gremlin.util.message with parameters of type ResponseStatusCode Constructor Description ResponseStatus(ResponseStatusCode code, String message, Map<String,Object> attributes)
-