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.
我对 apache mina 很陌生,我在将 POJO 从客户端发送到服务器时遇到问题。如果可能,请提供任何示例代码。
If you are just starting with MINA you may want to consider whether you should actually be using Netty instead:
If you stick with MINA, there is a good quick start guide here with worked code examples: