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.
我想使用Netty作为客户端 TCP 套接字。我用Netty编写了一个客户端和服务器,它运行良好。现在,我需要有一个连接到服务器的永久客户端套接字。我知道我可以使用循环或Netty中的某些侦听器来做到这一点,ChannelFutureListener但我想知道是否有针对我的问题的内置解决方案?
ChannelFutureListener
其实我这四年都用过JPOS,现在想知道能不能改一下socket framework?
(我的意思是专门ChannelAdaptor在JPOS模拟)
ChannelAdaptor