Java Socks5 实现
我需要将 Socks5 协议添加到已完成的 HTTP 客户端/服务器,该客户端/服务器使用带有 Selector
的非阻塞套接字。我正在考虑创建自己的具有以下父类的类:SocketChannel
、SelectionKey
、ServerSocketChannel
并在这些类中实现 Socks5。
是否可以通过代理来完成?
I need to add the Socks5 protocol to a finished HTTP client/server which uses non-blocking sockets with Selector
. I was thinking of creating own classes with the following parents: SocketChannel
, SelectionKey
, ServerSocketChannel
and of implementing Socks5 in these classes.
Is it possible to do it via proxy?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论