I was exploring the remote-pay-android example for clover devices, shared on GitHub https://github.com/clover/remote-pay-... for one of ours business requirement. I found that the sample is using Java WebSocketClient to establish a connection with the Point of Sale (POS) device, which will be running a Java WebSocketServer instance, but I was also curious to know about, how the WebSocketServer handles the client requests. It would be really helpful if someone can suggest / advice regarding the same or share the WebSocketServer example for the Clover device similar to the current example.