Uses of Interface
org.apache.tinkerpop.gremlin.driver.RequestInterceptor
Packages that use RequestInterceptor
Package
Description
-
Uses of RequestInterceptor in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver with parameters of type RequestInterceptorModifier and TypeMethodDescriptionCluster.Builder.interceptors(RequestInterceptor... interceptors) Sets the list ofRequestInterceptorinstances that will be run in order.Method parameters in org.apache.tinkerpop.gremlin.driver with type arguments of type RequestInterceptorModifier and TypeMethodDescriptionCluster.Builder.interceptors(List<RequestInterceptor> interceptors) Sets the list ofRequestInterceptorinstances that will be run in order to allow modification of theHttpRequestprior to its being sent to the server. -
Uses of RequestInterceptor in org.apache.tinkerpop.gremlin.driver.auth
Subinterfaces of RequestInterceptor in org.apache.tinkerpop.gremlin.driver.authClasses in org.apache.tinkerpop.gremlin.driver.auth that implement RequestInterceptorModifier and TypeClassDescriptionclassclassARequestInterceptorthat signs requests with AWS SigV4. -
Uses of RequestInterceptor in org.apache.tinkerpop.gremlin.driver.handler
Constructor parameters in org.apache.tinkerpop.gremlin.driver.handler with type arguments of type RequestInterceptorModifierConstructorDescriptionHttpGremlinRequestEncoder(MessageSerializer<?> serializer, List<RequestInterceptor> interceptors, boolean userAgentEnabled, boolean bulkResults, boolean compressionEnabled, URI uri)