apache-mina
Dead sessions in apache mina
We have a apache mina based GPRS gateway(server). Sometimes, usually when the connection is terminated from client side brutally i.e, power cable unplugged or any other unusual shutdown or some proble[详细]
2023-04-06 19:56 分类:问答IoAcceptor not responding for new connections
In our code we are using Apache Mina on both the sides(server and client). Client is a java applet. Server is hosted on a separate machine and multiple applets connect to it and data is exchanged betw[详细]
2023-04-04 13:20 分类:问答Apache MINA Vysper documentation?
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.[详细]
2023-04-04 12:02 分类:问答Apache mina vs Simple NIO for transferring large files
I am trying to figure out options for transferring large files over network. So, I created a simple TCP server/ client to transfer around 10G of file.[详细]
2023-03-29 09:22 分类:问答Lightweight Java socket library [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-28 02:13 分类:问答Apache Mina: how to get the IP from a connected client
Can anyo开发者_如何学运维ne tell me how the get the IP address from a connected client? So far I\'ve found[详细]
2023-03-26 05:01 分类:问答Apache Mina , create my own IoSession: How to?
I\'m playing for a few days with apache mina and I want to ask you how can I create by extending (or implementing) IoSession to create something like MyIoSession.[详细]
2023-03-26 03:07 分类:问答Apache-Mina FTPServer Database User Manager question
I am trying to configure the Apache FtpServer for windows, and i\'ve got most of it running already, however I am having difficulty understanding the database user manager...[详细]
2023-03-18 06:50 分类:问答How to do continuous deployment with Apache Mina FTP server without downtime?
I\'m trying to set up an Apache Mina FTP server in my continuously-deployed Java application. I\'d like to be able to update and deploy it without users experiencing FTP downtime. I suspect this invol[详细]
2023-03-12 06:30 分类:问答testing whether embedded Mina FTPServer really started
i wroteprogrammatically a startup code of the apache Server like this: public void _start() { String Path = \"C:\\\\Dokumente und Einstellungen\\\\andjock\\\\Desktop\\\\ab\";[详细]
2023-03-06 09:18 分类:问答