Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 jWebSocket 在我的 JavaSE 客户端和浏览器之间传输消息。
现在我想使用套接字传输图像。目前我正在使用
getTokenServer().sendPacket(wsc, wsPacket);
来传递消息。
我怎么能修改它来传输图像。
另外,我如何在浏览器中查看通过网络套接字传输的图像。