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.
でノンブロッキングソケットを使用する完成した HTTP クライアント/サーバーに Socks5 プロトコルを追加する必要がありますSelector。次の親を持つ独自のクラスを作成することを考えていました: SocketChannel、SelectionKey、ServerSocketChannelおよびこれらのクラスに Socks5 を実装すること。
Selector
SocketChannel
SelectionKey
ServerSocketChannel
プロキシ経由でそれを行うことは可能ですか?