Uses of Class
org.apache.tinkerpop.gremlin.driver.HttpRequest
Packages that use HttpRequest
-
Uses of HttpRequest in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver that return HttpRequestModifier and TypeMethodDescriptionSet the HTTP body of the request.Set the HTTP method of the request.Set the URI of the request.Methods in org.apache.tinkerpop.gremlin.driver with parameters of type HttpRequestModifier and TypeMethodDescriptionvoidRequestInterceptor.intercept(HttpRequest httpRequest) Intercept and mutate the HTTP request before it is sent. -
Uses of HttpRequest in org.apache.tinkerpop.gremlin.driver.auth
Methods in org.apache.tinkerpop.gremlin.driver.auth with parameters of type HttpRequestModifier and TypeMethodDescriptionvoidBasic.intercept(HttpRequest httpRequest) voidSigv4.intercept(HttpRequest httpRequest)