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 HttpRequestHttpRequest. setBody(Object body)Set the HTTP body of the request.HttpRequestHttpRequest. setMethod(String method)Set the HTTP method of the request.HttpRequestHttpRequest. setUri(URI uri)Set the URI of the request.
-