apache-mina
Java MINA Expose Socket
I\'m working with an implementation of MINA that uses a NioAccepter. My task is to make a basic java.net.Socket framework interface with both other java.net.Socket frameworks as well as Apache\'s MIN[详细]
2023-03-03 12:08 分类:问答Maven: NoClassDefFoundError in the main thread
I am currently building a little Apache-Mina Server app. I am using Maven to build it. When i try to run the jar, I get the following error:[详细]
2023-03-01 02:29 分类:问答Send data back to client with UDP using Apache Mina
I am using Apache Mina to create a server to accept UDP Client requests. I have read the Official documentation pro开发者_StackOverflow社区vided by Apache Mina regarding UDP Server & UDP Client. H[详细]
2023-02-28 20:59 分类:问答Unable to inflate a buffer deflated with java.util.zip.Deflater using Apache MINA compression filter
This test: import java.util.zip.Deflater; import org.apache.mina.core.buffer.IoBuffer; import org.apache.mina.filter.support.Zlib;[详细]
2023-02-22 08:57 分类:问答Apache MINA networking - How to get data from org.apache.mina.core.service.IoHandlerAdapter messageRecieved(IoSession, Object)
public void messageReceived(IoSession session, Object message) throws Exception { // do something } Can开发者_StackOverflow anyone tell me how to get data from the Object? It\'s really quite simple[详细]
2023-02-19 06:19 分类:问答Force MINA niosocketacceptor to clean up
I started to using mina to do async writes 开发者_如何学Goto the socket, but now I can\'t seem to close the sessions.Is there a way to force mina to close all the managed sessions or clean up?There wh[详细]
2023-02-18 05:53 分类:问答how to specify a codec in apache camel mina
I\'m trying to use the hl7codec in apache mina.I can see how to do it using spring e.g. beans:bean id=\"hl7codec\" class=\"org.apache.camel.component.hl7.HL7MLLPCodec\"[详细]
2023-02-15 20:31 分类:问答Broken pipe (Java, Apache Mina)
I have a problem using Apache Mina with flash (client/server game). When user closes his browser process v开发者_如何学Pythonia task manager (or Flash player in IDE), server throws infinitely excepti[详细]
2023-02-14 08:57 分类:问答Communication between 2 nodes in a cluster
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?)[详细]
2023-02-10 16:52 分类:问答Cannot find SerialAddress class in Apache Mina 2.0.2
I added the below dependencies in my project POM file and the SerialAddress class is no where to be found from the downloaded mina-core.2.0.2.jar.[详细]
2023-02-08 17:48 分类:问答