Class WebSocketClientHandler.InterceptedWebSocketClientHandshaker13
- java.lang.Object
- 
- io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
- 
- io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
- 
- org.apache.tinkerpop.gremlin.driver.handler.WebSocketClientHandler.InterceptedWebSocketClientHandshaker13
 
 
 
- 
- Enclosing class:
- WebSocketClientHandler
 
 public static class WebSocketClientHandler.InterceptedWebSocketClientHandshaker13 extends io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13Extension to the Netty implementation that allows for thenewHandshakeRequest()to be modified by way of aHandshakeInterceptorthat is supplied to theClusterwhen it is created.
- 
- 
Constructor SummaryConstructors Constructor 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, UnaryOperator<io.netty.handler.codec.http.FullHttpRequest> interceptor)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected io.netty.handler.codec.http.FullHttpRequestnewHandshakeRequest()- 
Methods inherited from class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13isAllowExtensions, isAllowMaskMismatch, isPerformMasking, newWebsocketDecoder, newWebSocketEncoder, setForceCloseTimeoutMillis, verify
 - 
Methods inherited from class io.netty.handler.codec.http.websocketx.WebSocketClientHandshakeractualSubprotocol, close, close, close, close, expectedSubprotocol, finishHandshake, forceCloseTimeoutMillis, handshake, handshake, isForceCloseComplete, isHandshakeComplete, maxFramePayloadLength, processHandshake, processHandshake, upgradeUrl, uri, version
 
- 
 
- 
- 
- 
Constructor Detail- 
InterceptedWebSocketClientHandshaker13public 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, UnaryOperator<io.netty.handler.codec.http.FullHttpRequest> interceptor) 
 
- 
 
-