I have two Grizzly servers running my environment.
1. Grizzly server (A) private(internal) with Web socket.
2. Grizzly server (B) public server.
web socket client should access the web socket server via the server B .
Does anyone knows , is it there any configuration can be done in Grizzly (look like proxypass in apache) or how to write a Proxypass Http Handler in Grizzly.
Currently I'm using grizzly-http-2.2.16