Top "Apache-mina" questions

Excerpt from apache site : Apache MINA is a network application framework which helps users develop high performance and high scalability network applications easily.

Import PEM into Java Key Store

I am trying to connect to an SSL server which requires me to authenticate myself. In order to use SSL …

java ssl keystore pem apache-mina
Netty vs Apache MINA

They both provide roughly the same functionality. Which one should I choose to develop my high-performance TCP server? What are …

java network-programming apache-mina netty
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 …

java maven maven-3 apache-mina
Java: How can I get the connected port from an InetAddress?

I'm trying to build a Java NIO-based socket server using Apache Mina. I really need to know the port of …

java sockets apache-mina
Apache MINA SFTP Example

I'm trying to set up an SFTP server with multiple users that each have their own home directory. I read …

java sftp sshd apache-mina
Using JAVA NIO framework in SPRING server

I'm implementing an hybrid server application that mixes a Web-Servlet and a plain Java application. The java application manages thousands …

java spring netty nio apache-mina
Apache MINA reading from IoSession

I am new to Apache MINA kindly guide me how to read from IoSession. I have stored a POJO in …

java session apache-mina
An established connection was aborted by the software in your host machine

The application uses quickfixj library, which uses Apache Mina. This application keeps a socket connection to a remote host. Suddenly …

sockets quickfix apache-mina
How to Set Root Directory in Apache Mina Sshd Server in Java

I use Apache Mina Sshd API to start up a local SFTP server in java.In SFTP client i use …

java sftp jsch apache-mina