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.
Java(特にAndroid)でAsyncSocketを実装するにはどうすればよいですか?
ソケットごとに1つ以上のスレッドを持たずに、JavaでノンブロッキングIOを実行する場合は、JavaNIOライブラリを使用する必要があります。NIOには、使いやすくするラッパーがいくつかあります 。nettyが良い例です。