Divij Vaidya created TINKERPOP-2426:
---------------------------------------
Summary: Use Netty's WebSocketClientProtocolHandler
Key: TINKERPOP-2426
URL: https://issues.apache.org/jira/browse/TINKERPOP-2426
Project: TinkerPop
Issue Type: Improvement
Reporter: Divij Vaidya
Code can be simplified by using Netty's
[WebSocketClientProtocolHandler|https://netty.io/4.1/api/io/netty/handler/codec/http/websocketx/WebSocketClientProtocolHandler.html]
instead of writing a custom implementation at
[WebSocketClientHandler|https://github.com/apache/tinkerpop/blob/3.4-dev/gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/handler/WebSocketClientHandler.java]
The motivation of this ticket is to replace the latter with the former.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)