apache-mina
Apache MINA Server and PHP Client
If I made a Apache MINA Serv开发者_JAVA技巧er in Java and used a PHP Client would there be any problems? I do not quite understand the NIO thing so if you could explain that to me too I would <3 yo[详细]
2023-02-06 16:25 分类:问答Apache MINA Java TCP Client-Server Communication
i want co communicate TCP client server communication using apache mina. can anyone give the code ? i cant find it in any开发者_如何学JAVA were....[详细]
2023-01-30 17:40 分类:问答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 ?What about the tutorial in the official documentation?Have you had a look at it?[详细]
2023-01-28 10:28 分类:问答How many connections can selector in java.nio select one at a time?
I did a little research about new java socket NIO. I am using MINA for building a simulated server which accept connection from many clients(about 1000) and process the data received from them. I also[详细]
2023-01-26 01:35 分类:问答How to disable SslFilter logging in apache MINA?
I\'am developing application based on apache MINA. For secure data transmission I use SSL. And there appears some annoying thing: when I rece开发者_开发问答ive incomming message, SslFilter class appen[详细]
2023-01-22 19:15 分类:问答Is it worthy to migrate quickfixj from Mina to Netty?
I am writing a FIX buyside GUI based on quickfixj. Although the performance is not an issue to a GUI, I am thinking of migrating the quickfixj from Mina to Netty as I would like to develop it to a bu[详细]
2023-01-18 01:08 分类:问答Using JAVA NIO framework in SPRING server
I\'m implementing an hybrid server application that mixes a Web-Servlet and a plain Java application.[详细]
2023-01-17 10:57 分类:问答Mina - HTTP Proxy – what is AbstractHttpLogicHandler for?
I开发者_高级运维 am currently working on building a simple HTTP proxy using Apache Mina, in particular org.apache.mina.proxy, and I have a few questions about how to use some of the components.[详细]
2023-01-10 07:55 分类:问答Proxy examples using org.apache.mina.proxy?
Does anyone know of any examples, ideally HTTP proxy, using the org.apach开发者_JAVA技巧e.mina.proxy package?[详细]
2023-01-07 10:35 分类:问答MINA: Performing synchronous write requests / read responses
I\'m attempting to perform a synchronous write/read in a demux-based client application with MINA 2.0 RC1, but it seems to get stuck.Here is my code:[详细]
2022-12-25 08:40 分类:问答