Uses of Class
org.apache.tinkerpop.gremlin.driver.HttpRequest
-
Packages that use HttpRequest Package Description org.apache.tinkerpop.gremlin.driver -
-
Uses of HttpRequest in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver that return HttpRequest Modifier and Type Method Description HttpRequest
HttpRequest. setBody(Object body)
Set the HTTP body of the request.HttpRequest
HttpRequest. setMethod(String method)
Set the HTTP method of the request.HttpRequest
HttpRequest. setUri(URI uri)
Set the URI of the request.
-