I have already one JAVA based reverse proxy(netflix-zuul) which is used for http requests, I have new application in the backend which is websocket based. I need to support a reverse proxy for websocket server as well. I can add seprate proxy server for this., I have to enhance the existing http based to reverse proxy to support webscoket. is there java based reverse proxy implementation