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