Uses of Interface
org.apache.tinkerpop.gremlin.driver.RequestInterceptor
-
Packages that use RequestInterceptor Package Description org.apache.tinkerpop.gremlin.driver -
-
Uses of RequestInterceptor in org.apache.tinkerpop.gremlin.driver
Fields in org.apache.tinkerpop.gremlin.driver declared as RequestInterceptor Modifier and Type Field Description static RequestInterceptor
RequestInterceptor. NO_OP
The default implementation of aRequestInterceptor
and behaves as a no-op.Methods in org.apache.tinkerpop.gremlin.driver with parameters of type RequestInterceptor Modifier and Type Method Description Cluster.Builder
Cluster.Builder. requestInterceptor(RequestInterceptor interceptor)
Specifies anHandshakeInterceptor
that will allow manipulation of theFullHttpRequest
prior to its being sent to the server.
-