开发者

AsyncSocket in java?

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜