| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.driver | |
| org.apache.tinkerpop.gremlin.driver.handler | 
| Modifier and Type | Field and Description | 
|---|---|
| static HandshakeInterceptor | HandshakeInterceptor. NO_OPThe default implementation of a  HandshakeInterceptorand behaves as a no-op. | 
| Modifier and Type | Method and Description | 
|---|---|
| Cluster.Builder | Cluster.Builder. handshakeInterceptor(HandshakeInterceptor interceptor)Specifies an  HandshakeInterceptorthat will allow manipulation of theFullHttpRequestprior to its being sent over the websocket. | 
| Constructor and Description | 
|---|
| InterceptedWebSocketClientHandshaker13(URI webSocketURL,
                                      io.netty.handler.codec.http.websocketx.WebSocketVersion version,
                                      String subprotocol,
                                      boolean allowExtensions,
                                      io.netty.handler.codec.http.HttpHeaders customHeaders,
                                      int maxFramePayloadLength,
                                      boolean performMasking,
                                      boolean allowMaskMismatch,
                                      long forceCloseTimeoutMillis,
                                      HandshakeInterceptor interceptor) | 
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.