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.
我需要将 Socks5 协议添加到使用带有Selector. 我正在考虑使用以下父类创建自己的类:SocketChannel,SelectionKey,ServerSocketChannel并在这些类中实现 Socks5。
Selector
SocketChannel
SelectionKey
ServerSocketChannel
是否可以通过代理进行?