Excerpt from apache site : Apache MINA is a network application framework which helps users develop high performance and high scalability network applications easily. It provides an abstract,event-driven,asynchronous API over various transports such as TCP/IP and UDP/IP via Java NIO.
Questions tagged [apache-mina]
303 questions
-2
votes
2 answers
Apache Mina UDP Server Send Messages to Client
Apache Mina UDP Server Send Messages to Client +code, any one have sample code for that can u send it ?

user523534
- 1
- 1
-2
votes
2 answers
Android hashMap deserialize
I have server written in java SE, and a client is written in android, when I serialize an object Map in the client and then I pass it to the server and the server can't deserialize the object and vice versa. So, when I'm trying to deserialize…

Noob Kraker
- 181
- 1
- 2
- 11
-3
votes
1 answer
TCP/IP socket client
I have some very basic doubts on this topic.
I have a legacy server written some 30 years ago in C, C++, that supports socket communication but it works great.
I am in the process of writing a new java based client to connect to this server…

Mark1234
- 589
- 2
- 8
- 24