-
Interfaces Interface Description org.apache.tinkerpop.gremlin.driver.HandshakeInterceptor As of release 3.6.6, replaced byRequestInterceptor.
-
Methods Method Description org.apache.tinkerpop.gremlin.driver.Client.submitAsync(String, String, Map<String, Object>) As of release 3.4.0, replaced byClient.submitAsync(String, RequestOptions).org.apache.tinkerpop.gremlin.driver.Cluster.Builder.handshakeInterceptor(HandshakeInterceptor) As of release 3.6.6, replaced withCluster.Builder.requestInterceptor(RequestInterceptor).
-
Constructors Constructor Description org.apache.tinkerpop.gremlin.driver.handler.HttpGremlinRequestEncoder(MessageSerializer<?>, UnaryOperator<FullHttpRequest>)