How can I implement an AsyncSo开发者_StackOverflow中文版cket in java (specificaly on android)?
If you want to do non blocking io in java without having 1 or more threads per socket, you have to use the java NIO libraries. There are some wrappers around NIO that make it easier to use, netty is a good example.
精彩评论