apache-mina Questions
1
Solved
I plan on making an instant messaging app on Android and iOS, where you can chat to other people with the app, along with some custom features.
I’m going to use the XMPP protocol, and make a custo...
Enjambment asked 13/9, 2011 at 22:32
1
Solved
Can anyone tell me how the get the IP address from a connected client?
So far I've found
session.getRemoteAddress().toString()
and returns something like
/192.168.1.100:49879
is this ok? ...
Olympus asked 3/8, 2011 at 20:31
1
I'm implementing an hybrid server application that mixes a Web-Servlet and a plain Java application.
The java application manages thousands of sockets for remote devices, while the Web application...
Windy asked 21/9, 2010 at 9:32
1
I am trying to figure out how this will work out:
client-server communication via NIO/BIO
Server-server communication (replication, membership etc) via JGroups (replication of data can be a pain...
Ornamented asked 12/2, 2011 at 21:15
1
Solved
I have a application server for network operations written with Java based on Apache Mina. Recently I encounter a strange behavior in my log files. I noticed that the log file is full of @^@^@^@^@^...
Augment asked 15/6, 2010 at 8:49
2
Solved
I'm trying to build a Java NIO-based socket server using Apache Mina. I really need to know the port of the remote host, not just the IP address, and it seems that Mina only exposes a SocketAddress...
Nigrosine asked 4/8, 2009 at 20:8
© 2022 - 2024 — McMap. All rights reserved.